]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
typo fixed
authortengg <tengg@users.noreply.github.com>
Wed, 22 Mar 2017 04:33:44 +0000 (00:33 -0400)
committerGitHub <noreply@github.com>
Wed, 22 Mar 2017 04:33:44 +0000 (00:33 -0400)
keyboards/clueboard/keymaps/mac_optimized/keymap.c

index bd9a76dc863e7d08311d5bb56d8d4596115b1d6f..4a18e9a758aae317daf4bd019a3a9c79c22ed1f6 100644 (file)
@@ -49,8 +49,8 @@ const uint16_t PROGMEM fn_actions[] = {
 };
 
 void action_function(keyrecord_t *record, uint8_t id, uint8_t opt) {
-  static uint8_t mod_pressed;
-  static bool mods_flag;
+  static uint8_t mods_pressed;
+  static bool mod_flag;
 
   switch (id) {
     case 0: