Explorar el Código

[ergodox][alphadox] undefine tapping_term, ignore_mod_tap_interrupt

Alpha Chen hace 9 años
padre
commit
e2916f8ab1
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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