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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/users/drashna/config.h b/users/drashna/config.h
index 64b4b64ab..7d83c7884 100644
--- a/users/drashna/config.h
+++ b/users/drashna/config.h
@@ -1,7 +1,7 @@
1#pragma once 1#pragma once
2 2
3// Use custom magic number so that when switching branches, EEPROM always gets reset 3// Use custom magic number so that when switching branches, EEPROM always gets reset
4#define EECONFIG_MAGIC_NUMBER (uint16_t)0x1338 4#define EECONFIG_MAGIC_NUMBER (uint16_t)0x1339
5 5
6/* Set Polling rate to 1000Hz */ 6/* Set Polling rate to 1000Hz */
7#define USB_POLLING_INTERVAL_MS 1 7#define USB_POLLING_INTERVAL_MS 1
@@ -98,8 +98,9 @@
98# define ONESHOT_TIMEOUT 3000 98# define ONESHOT_TIMEOUT 3000
99#endif // !ONESHOT_TIMEOUT 99#endif // !ONESHOT_TIMEOUT
100 100
101#ifndef QMK_KEYS_PER_SCAN 101#ifdef QMK_KEYS_PER_SCAN
102# define QMK_KEYS_PER_SCAN 4 102# undef QMK_KEYS_PER_SCAN
103# define QMK_KEYS_PER_SCAN 1
103#endif // !QMK_KEYS_PER_SCAN 104#endif // !QMK_KEYS_PER_SCAN
104 105
105// this makes it possible to do rolling combos (zx) with keys that 106// this makes it possible to do rolling combos (zx) with keys that