Kaynağa Gözat

Fix tapping. tap key just after tap timeout.

tmk 12 yıl önce
ebeveyn
işleme
e760953910
1 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 1 2
      common/action.c

+ 1 - 2
common/action.c

@@ -772,8 +772,7 @@ static bool process_tapping(keyrecord_t *keyp)
             debug_event(event); debug("\n");
             debug_event(event); debug("\n");
             tapping_key = (keyrecord_t){};
             tapping_key = (keyrecord_t){};
             debug_tapping_key();
             debug_tapping_key();
-            process_action(keyp);
-            return true;
+            return false;
         }
         }
     }
     }
     // not tapping satate
     // not tapping satate