summaryrefslogtreecommitdiffstats
path: root/keyboards/lets_split
diff options
context:
space:
mode:
authorSteve Holt <jaksco@users.noreply.github.com>2017-08-23 05:44:58 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-23 05:53:41 +0200
commitfe4549839e2bc8ada0414800a2b77e4dde40b97e (patch)
treeccf788930a9684eb893e51b92c16af70d339194e /keyboards/lets_split
parent1d930ebe4550c3ec5ba984cf0f9320a8e3ba15ad (diff)
downloadqmk_firmware-fe4549839e2bc8ada0414800a2b77e4dde40b97e.tar.gz
qmk_firmware-fe4549839e2bc8ada0414800a2b77e4dde40b97e.tar.xz
Update config.h
Diffstat (limited to 'keyboards/lets_split')
-rw-r--r--keyboards/lets_split/keymaps/xk/config.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/keyboards/lets_split/keymaps/xk/config.h b/keyboards/lets_split/keymaps/xk/config.h
index d37985043..1def21211 100644
--- a/keyboards/lets_split/keymaps/xk/config.h
+++ b/keyboards/lets_split/keymaps/xk/config.h
@@ -16,14 +16,11 @@ the Free Software Foundation, either version 2 of the License, or
#include "../../config.h"
#define TAPPING_TOGGLE 1
-#define TAPPING_TERM 200
+#define TAPPING_TERM 300
#define ONESHOT_TAP_TOGGLE 2
#define ONESHOT_LAYER_TOGGLE 2
-#define ONESHOT_TIMEOUT 300
+#define ONESHOT_TIMEOUT 800
-/* Use I2C or Serial, not both */
-
-// #define USE_SERIAL
#define USE_I2C
#define MOUSEKEY_INTERVAL 50
@@ -41,7 +38,7 @@ the Free Software Foundation, either version 2 of the License, or
#define PREVENT_STUCK_MODIFIERS
-//#define IGNORE_MOD_TAP_INTERRUPT
+#define IGNORE_MOD_TAP_INTERRUPT
#define PERMISSIVE_HOLD
-#endif \ No newline at end of file
+#endif