]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - users/drashna/config.h
Keymap: Update to drashna keymaps and userspace (#3992)
[qmk_firmware.git] / users / drashna / config.h
index 92efcc5c741fd8254557d4caf6d15d7560d53a05..3ddec93b13c76a9ce78b954d300fe1429e74477b 100644 (file)
 #ifdef TAPPING_TERM
 #undef TAPPING_TERM
 #endif // TAPPING_TERM
-#define TAPPING_TERM 175
+#ifdef KEYBOARD_ergodox_ez
+  #define TAPPING_TERM 185
+#else
+  #define TAPPING_TERM 175
+#endif
 
 
 // Disable action_get_macro and fn_actions, since we don't use these
@@ -63,4 +67,8 @@
 #define NO_ACTION_MACRO
 #define NO_ACTION_FUNCTION
 
+#define DISABLE_LEADER
+
 #define MACRO_TIMER 5
+
+