mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-06-02 21:12:03 +01:00
format code according to conventions [skip ci]
This commit is contained in:
@@ -758,8 +758,8 @@ void register_code(uint8_t code) {
|
||||
// without this, keys with the same keycode, but different
|
||||
// modifiers will be reported incorrectly, see issue #1708
|
||||
if (is_key_pressed(keyboard_report, code)) {
|
||||
del_key(code);
|
||||
send_keyboard_report();
|
||||
del_key(code);
|
||||
send_keyboard_report();
|
||||
}
|
||||
add_key(code);
|
||||
send_keyboard_report();
|
||||
|
||||
Reference in New Issue
Block a user