summary refs log tree commit diff
diff options
context:
space:
mode:
authortengg <tengg@users.noreply.github.com>2017-03-22 00:33:44 -0400
committerGitHub <noreply@github.com>2017-03-22 00:33:44 -0400
commit3cba7a43d976be973a4fe32a058b98f092f2e26e (patch)
treee89c2de1635eb9fbe481cae29820f493c34abff4
parenta89998b977ccb707767149c0fa4bbf614d4eefea (diff)
typo fixed
-rw-r--r--keyboards/clueboard/keymaps/mac_optimized/keymap.c4
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 bd9a76dc86..4a18e9a758 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[] = {
 };
 
 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: