Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add maja capslock indicator #10151

Merged
merged 2 commits into from
Oct 7, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update keyboards/kbdfans/maja/maja.c
Co-authored-by: Ryan <fauxpark@gmail.com>
  • Loading branch information
moyi4681 and fauxpark authored Oct 5, 2020
commit 09dc130590ae216f7cae263d2db20beb9b2cc03e
2 changes: 1 addition & 1 deletion keyboards/kbdfans/maja/maja.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void suspend_wakeup_init_kb(void) {
__attribute__ ((weak))
void rgb_matrix_indicators_user(void)
drashna marked this conversation as resolved.
Show resolved Hide resolved
{
if (IS_HOST_LED_ON(USB_LED_CAPS_LOCK))
if (host_keyboard_led_state().caps_lock)
{
rgb_matrix_set_color(30, 0xFF, 0xFF, 0xFF);
}
Expand Down