Add TAP_CODE_DELAY 10. Fix a typo (compilation error)
This commit is contained in:
parent
22ad35b225
commit
fb9425df82
2 changed files with 3 additions and 1 deletions
|
@ -189,7 +189,7 @@ static void print_status_narrow(void) {
|
|||
oled_write_ln_P(PSTR("Undef"), false);
|
||||
}
|
||||
oled_write_P(PSTR("\n\n"), false);
|
||||
led_t led_usb_state = host_keyboard_led_state()();
|
||||
led_t led_usb_state = host_keyboard_led_state();
|
||||
oled_write_ln_P(PSTR("CPSLK"), led_usb_state.caps_lock);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue