keyToggledO* camelcasing

pull/389/head
Jesse Vincent 7 years ago
parent 415e42a57b
commit 792cae2fe2
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -100,7 +100,7 @@ Key TypingBreaks::eventHandlerHook(Key mapped_key, byte row, byte col, uint8_t k
// So it seems we did not need to lock up. In this case, lets increase key
// counters if need be.
if (key_toggled_on(key_state)) {
if (keyToggledOn(key_state)) {
if (col <= COLS / 2)
left_hand_keys_++;
else

Loading…
Cancel
Save