CamelCase of KeyIsPressed and KeyWasPressed

pull/365/head
Jesse Vincent 7 years ago
parent e6de144198
commit 08501e59e0
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -58,7 +58,7 @@ AlphaSquareEffect::eventHandlerHook(Key key, byte row, byte col, uint8_t key_sta
if (key < Key_A || key > Key_0)
return key;
if (!key_is_pressed(key_state))
if (!keyIsPressed(key_state))
return key;
uint8_t display_col = 2;

Loading…
Cancel
Save