diff options
| -rw-r--r-- | keyboards/clueboard/keymaps/mac_optimized/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/clueboard/keymaps/mac_optimized/keymap.c b/keyboards/clueboard/keymaps/mac_optimized/keymap.c index bd9a76dc8..4a18e9a75 100644 --- a/keyboards/clueboard/keymaps/mac_optimized/keymap.c +++ b/keyboards/clueboard/keymaps/mac_optimized/keymap.c | |||
| @@ -49,8 +49,8 @@ const uint16_t PROGMEM fn_actions[] = { | |||
| 49 | }; | 49 | }; |
| 50 | 50 | ||
| 51 | void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) { | 51 | void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) { |
| 52 | static uint8_t mod_pressed; | 52 | static uint8_t mods_pressed; |
| 53 | static bool mods_flag; | 53 | static bool mod_flag; |
| 54 | 54 | ||
| 55 | switch (id) { | 55 | switch (id) { |
| 56 | case 0: | 56 | case 0: |
