Parcourir la source

[ergodox][alphadox] undefine tapping_term, ignore_mod_tap_interrupt

Alpha Chen il y a 9 ans
Parent
commit
e2916f8ab1
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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