CamelCase of KeyIsPressed and KeyWasPressed

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

@ -34,7 +34,7 @@ void SpaceCadetShift::begin() {
Key SpaceCadetShift::eventHandlerHook(Key mapped_key, byte row, byte col, uint8_t key_state) {
// If nothing happened, bail out fast.
if (!key_is_pressed(key_state) && !key_was_pressed(key_state)) {
if (!keyIsPressed(key_state) && !keyWasPressed(key_state)) {
return mapped_key;
}

Loading…
Cancel
Save