]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix a typo
authorskullY <skullydazed@gmail.com>
Wed, 22 Mar 2017 05:24:34 +0000 (22:24 -0700)
committerskullY <skullydazed@gmail.com>
Wed, 22 Mar 2017 05:24:34 +0000 (22:24 -0700)
keyboards/clueboard/keymaps/caps_fn/keymap.c

index 01779446cebceeaaf61b22fb96604abe9450d55d..7fad9c1b21a0c32fc5afc5015434719379205744 100644 (file)
@@ -50,7 +50,7 @@ const uint16_t PROGMEM fn_actions[] = {
 
 void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
   static uint8_t mods_pressed;
-  static boot mod_flag;
+  static bool mod_flag;
 
   switch (id) {
     case 0: