mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-04 12:55:44 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
292995c8ba
@ -844,7 +844,7 @@ __attribute__((weak)) void register_code(uint8_t code) {
|
||||
# endif
|
||||
add_key(KC_CAPS_LOCK);
|
||||
send_keyboard_report();
|
||||
wait_ms(100);
|
||||
wait_ms(TAP_HOLD_CAPS_DELAY);
|
||||
del_key(KC_CAPS_LOCK);
|
||||
send_keyboard_report();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user