keyToggledO* camelcasing

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

@ -52,7 +52,7 @@ Key FingerPainter::eventHandlerHook(Key mapped_key, byte row, byte col, uint8_t
if (!edit_mode_)
return mapped_key;
if (!key_toggled_on(key_state))
if (!keyToggledOn(key_state))
return Key_NoKey;
if (row >= ROWS || col >= COLS)

Loading…
Cancel
Save