keyToggledO* camelcasing

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

@ -32,7 +32,7 @@ that.
#include <Kaleidoscope-Macros.h>
const macro_t *macroAction(uint8_t macro_index, uint8_t key_state) {
if (macro_index == 0 && key_toggled_on(key_state))
if (macro_index == 0 && keyToggledOn(key_state))
GhostInTheFirmware.activate();
return MACRO_NONE;

@ -45,7 +45,7 @@ static Key eventDropper(Key, byte, byte, uint8_t) {
}
const macro_t *macroAction(uint8_t macro_index, uint8_t key_state) {
if (macro_index == 0 && key_toggled_on(key_state))
if (macro_index == 0 && keyToggledOn(key_state))
GhostInTheFirmware.activate();
return MACRO_NONE;

Loading…
Cancel
Save