tengg 8 năm trước cách đây
mục cha
commit
a89998b977
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      keyboards/clueboard/keymaps/mac_optimized/keymap.c

+ 1 - 1
keyboards/clueboard/keymaps/mac_optimized/keymap.c

@@ -49,7 +49,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 uint8_t mod_pressed;
   static bool mods_flag;
 
   switch (id) {