1
0
Fork 0

Add TAP_CODE_DELAY 10. Fix a typo (compilation error)

This commit is contained in:
Josef Adamcik 2020-05-18 13:11:22 +02:00
parent 22ad35b225
commit fb9425df82
2 changed files with 3 additions and 1 deletions

View file

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