]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[ergodox][alphadox] undefine tapping_term, ignore_mod_tap_interrupt
authorAlpha Chen <alpha.chen@gmail.com>
Wed, 19 Oct 2016 14:45:30 +0000 (07:45 -0700)
committerAlpha Chen <alpha.chen@gmail.com>
Tue, 25 Oct 2016 16:00:45 +0000 (09:00 -0700)
keyboards/ergodox/keymaps/alphadox/config.h

index 89807d84ade595bb5f74ad88a7ba80f48ac32e49..deb218dc0d437ad53f59a69e4d59aeddb8e7134b 100644 (file)
@@ -6,4 +6,7 @@
 #define FORCE_NKRO
 #define PREVENT_STUCK_MODIFIERS
 
+#undef TAPPING_TERM
+#undef IGNORE_MOD_TAP_INTERRUPT
+
 #endif