keyToggledO* camelcasing

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

@ -42,7 +42,7 @@ const Key keymaps[][ROWS][COLS] PROGMEM = {
};
const macro_t *macroAction(uint8_t macro_index, uint8_t key_state) {
if (!key_toggled_on(key_state))
if (!keyToggledOn(key_state))
return MACRO_NONE;
if (macro_index == 0) {

Loading…
Cancel
Save