Sfoglia il codice sorgente

[ergodox][alphadox] undefine tapping_term, ignore_mod_tap_interrupt

Alpha Chen 9 anni fa
parent
commit
e2916f8ab1
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      keyboards/ergodox/keymaps/alphadox/config.h

+ 3 - 0
keyboards/ergodox/keymaps/alphadox/config.h

@@ -6,4 +6,7 @@
 #define FORCE_NKRO
 #define PREVENT_STUCK_MODIFIERS
 
+#undef TAPPING_TERM
+#undef IGNORE_MOD_TAP_INTERRUPT
+
 #endif