diff options
author | skullY <skullydazed@gmail.com> | 2017-03-21 22:24:34 -0700 |
---|---|---|
committer | skullY <skullydazed@gmail.com> | 2017-03-21 22:24:34 -0700 |
commit | 7a9437a2e3a2597e8eef1ea293bfb3c394f588b9 (patch) | |
tree | 544f6cfb1b62cce9cc39704e2a7d71a9cb46b1f3 | |
parent | 452949f9139a04d46748e6abc03e92d65d74eb30 (diff) | |
download | qmk_firmware-7a9437a2e3a2597e8eef1ea293bfb3c394f588b9.tar.gz qmk_firmware-7a9437a2e3a2597e8eef1ea293bfb3c394f588b9.zip |
Fix a typo
-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: |