aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/config.h')
-rw-r--r--users/drashna/config.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h
index fbba210e7..ab0080234 100644
--- a/users/drashna/config.h
+++ b/users/drashna/config.h
@@ -23,13 +23,15 @@
23#define USB_POLLING_INTERVAL_MS 1 23#define USB_POLLING_INTERVAL_MS 1
24 24
25#if defined(SPLIT_KEYBOARD) 25#if defined(SPLIT_KEYBOARD)
26# define SPLIT_MODS_ENABLE 26// # define SPLIT_TRANSPORT_MIRROR
27# define SPLIT_LAYER_STATE_ENABLE 27# define SPLIT_LAYER_STATE_ENABLE
28# define SPLIT_LED_STATE_ENABLE 28# define SPLIT_LED_STATE_ENABLE
29 29# define SPLIT_MODS_ENABLE
30// # define SPLIT_TRANSPORT_MIRROR 30# ifdef WPM_ENABLE
31# define SERIAL_USE_MULTI_TRANSACTION 31# define SPLIT_WPM_ENABLE
32# define SPLIT_TRANSACTION_IDS_USER RPC_ID_USER_STATE_SYNC 32# endif
33# define SELECT_SOFT_SERIAL_SPEED 1
34# define SPLIT_TRANSACTION_IDS_USER RPC_ID_USER_STATE_SYNC, RPC_ID_USER_KEYMAP_SYNC, RPC_ID_USER_CONFIG_SYNC
33#endif 35#endif
34 36
35#ifdef AUDIO_ENABLE 37#ifdef AUDIO_ENABLE
@@ -165,8 +167,8 @@
165 167
166#ifdef QMK_KEYS_PER_SCAN 168#ifdef QMK_KEYS_PER_SCAN
167# undef QMK_KEYS_PER_SCAN 169# undef QMK_KEYS_PER_SCAN
168# define QMK_KEYS_PER_SCAN 2 170#endif
169#endif // !QMK_KEYS_PER_SCAN 171#define QMK_KEYS_PER_SCAN 4
170 172
171// this makes it possible to do rolling combos (zx) with keys that 173// this makes it possible to do rolling combos (zx) with keys that
172// convert to other keys on hold (z becomes ctrl when you hold it, 174// convert to other keys on hold (z becomes ctrl when you hold it,