forked from mirrors/qmk_userspace
Added K10 Max ANSI and ISO
This commit is contained in:
parent
7cba260cde
commit
a19510a738
41 changed files with 3639 additions and 0 deletions
|
@ -565,7 +565,11 @@ __attribute__((weak)) void os_state_indicate(void) {
|
|||
|
||||
# if defined(NUM_LOCK_INDEX)
|
||||
if (host_keyboard_led_state().num_lock) {
|
||||
# if defined(DIM_NUM_LOCK)
|
||||
SET_LED_OFF(NUM_LOCK_INDEX);
|
||||
# else
|
||||
SET_LED_ON(NUM_LOCK_INDEX);
|
||||
# endif
|
||||
}
|
||||
# endif
|
||||
# if defined(CAPS_LOCK_INDEX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue