aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
16#include "../../config.h" 16#include "../../config.h"
17 17
18#define TAPPING_TOGGLE 1 18#define TAPPING_TOGGLE 1
19#define TAPPING_TERM 200 19#define TAPPING_TERM 300
20#define ONESHOT_TAP_TOGGLE 2 20#define ONESHOT_TAP_TOGGLE 2
21#define ONESHOT_LAYER_TOGGLE 2 21#define ONESHOT_LAYER_TOGGLE 2
22#define ONESHOT_TIMEOUT 300 22#define ONESHOT_TIMEOUT 800
23 23
24/* Use I2C or Serial, not both */
25
26// #define USE_SERIAL
27#define USE_I2C 24#define USE_I2C
28 25
29#define MOUSEKEY_INTERVAL 50 26#define MOUSEKEY_INTERVAL 50
@@ -41,7 +38,7 @@ the Free Software Foundation, either version 2 of the License, or
41 38
42 39
43#define PREVENT_STUCK_MODIFIERS 40#define PREVENT_STUCK_MODIFIERS
44//#define IGNORE_MOD_TAP_INTERRUPT 41#define IGNORE_MOD_TAP_INTERRUPT
45#define PERMISSIVE_HOLD 42#define PERMISSIVE_HOLD
46 43
47#endif \ No newline at end of file 44#endif