CamelCase of handle_*_key*

pull/389/head
Jesse Vincent 7 years ago
parent 45f14d77da
commit 63e616099e
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -81,8 +81,8 @@ Key SpaceCadetShift::eventHandlerHook(Key mapped_key, byte row, byte col, uint8_
if (bitRead(paren_needed_, 1)) if (bitRead(paren_needed_, 1))
paren = closing_paren; paren = closing_paren;
handle_keyswitch_event(mapped_key, row, col, IS_PRESSED | INJECTED); handleKeyswitchEvent(mapped_key, row, col, IS_PRESSED | INJECTED);
handle_keyswitch_event(paren, row, col, IS_PRESSED | INJECTED); handleKeyswitchEvent(paren, row, col, IS_PRESSED | INJECTED);
Keyboard.sendReport(); Keyboard.sendReport();
paren_needed_ = 0; paren_needed_ = 0;

Loading…
Cancel
Save