CamelCase of KeyIsPressed and KeyWasPressed

pull/389/head
Jesse Vincent 7 years ago
parent 855ac5fa19
commit cad621194f
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -63,7 +63,7 @@ Key Cycle::eventHandlerHook(Key mapped_key, byte row, byte col, uint8_t key_stat
if (key_state & INJECTED) if (key_state & INJECTED)
return mapped_key; return mapped_key;
if (!key_is_pressed(key_state) && !key_was_pressed(key_state)) { if (!keyIsPressed(key_state) && !keyWasPressed(key_state)) {
if (isCycle(mapped_key)) if (isCycle(mapped_key))
return Key_NoKey; return Key_NoKey;
return mapped_key; return mapped_key;

Loading…
Cancel
Save