Added K10 Max ANSI and ISO

This commit is contained in:
lokher 2024-11-05 12:24:20 +08:00
parent 7cba260cde
commit a19510a738
41 changed files with 3639 additions and 0 deletions

View file

@ -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)