mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-06 00:12:47 +00:00
Format code according to conventions (#16110)
This commit is contained in:
parent
d700447dda
commit
b79b8dcdd0
@ -95,8 +95,7 @@ __attribute__((weak)) void tap_code16(uint16_t code) {
|
|||||||
register_code16(code);
|
register_code16(code);
|
||||||
if (code == KC_CAPS_LOCK) {
|
if (code == KC_CAPS_LOCK) {
|
||||||
wait_ms(TAP_HOLD_CAPS_DELAY);
|
wait_ms(TAP_HOLD_CAPS_DELAY);
|
||||||
}
|
} else if (TAP_CODE_DELAY > 0) {
|
||||||
else if (TAP_CODE_DELAY > 0) {
|
|
||||||
wait_ms(TAP_CODE_DELAY);
|
wait_ms(TAP_CODE_DELAY);
|
||||||
}
|
}
|
||||||
unregister_code16(code);
|
unregister_code16(code);
|
||||||
|
Loading…
Reference in New Issue
Block a user