forked from mirrors/qmk_firmware
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);
|
||||
}
|
||||
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
#define ENCODERS_PAD_B_RIGHT { F5 }
|
||||
#define ENCODER_RESOLUTION 2
|
||||
|
||||
#define TAP_CODE_DELAY 10
|
||||
|
||||
/* communication between sides */
|
||||
#define USE_SERIAL
|
||||
#define SERIAL_USE_MULTI_TRANSACTION
|
||||
|
|
Loading…
Reference in a new issue