diff options
-rw-r--r-- | keyboards/clueboard/keymaps/caps_fn/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/clueboard/keymaps/caps_fn/keymap.c b/keyboards/clueboard/keymaps/caps_fn/keymap.c index 01779446c..7fad9c1b2 100644 --- a/keyboards/clueboard/keymaps/caps_fn/keymap.c +++ b/keyboards/clueboard/keymaps/caps_fn/keymap.c | |||
@@ -50,7 +50,7 @@ const uint16_t PROGMEM fn_actions[] = { | |||
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 mods_pressed; | 52 | static uint8_t mods_pressed; |
53 | static boot mod_flag; | 53 | static bool mod_flag; |
54 | 54 | ||
55 | switch (id) { | 55 | switch (id) { |
56 | case 0: | 56 | case 0: |