summaryrefslogtreecommitdiff
path: root/keyboards/ergodox_infinity/keymaps/narze/config.h
diff options
context:
space:
mode:
authorManassarn Manoonchai <manassarn@gmail.com>2019-09-10 11:44:08 +0700
committerDrashna Jaelre <drashna@live.com>2019-09-09 21:44:08 -0700
commit9dae7f7d85f5d1c45521192562b974f0388f044d (patch)
treed9de4f5cc9f85035dd2dca64ec93dc437bc7d51f /keyboards/ergodox_infinity/keymaps/narze/config.h
parenta88b6db6825c2c577ec203c49a135ca6b85ecb42 (diff)
[Keymap] Update to narze keymaps (#6694)
Use Right GUI as backspace key & 1ms polling interval on narze keymaps * Refactor & reimplement mod tap macros * Reduce tapping term * Update readme * Add narze userspace * Make use of narze userspace * Extract Superduper mode * Refactor Superduper mode * (Ergodox Infinity) Prevent stuck modifiers * Update ergodox_infinity/narze likewise * Add warning for building Infinity with docker * Fix include eeprom.h in superduper * Try enabling superduper mode with combo for ergodox infinity * Apply suggestions on #4546 * Convert to 4 spaces * Map backlight step key * Replace PLAY_NOTE_ARRAY * Fix superduper toggle * Re enable audio in planck rev4 * Use perform_space_cadet * Remove superduper mod tap triggers * Add readme for planck light firmware flashing command * Remove unused layers * Remove unused keycodes * Add backlight toggle * Remove unused songs & use DEFAULT_LAYER_SONGS * Update readme * Move includes to header file * Set RGUI & raise as backspace & unbind actual backspace * tmp * Fix qwerty doc * Use 1ms polling rate
Diffstat (limited to 'keyboards/ergodox_infinity/keymaps/narze/config.h')
-rw-r--r--keyboards/ergodox_infinity/keymaps/narze/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/ergodox_infinity/keymaps/narze/config.h b/keyboards/ergodox_infinity/keymaps/narze/config.h
index bceb14c921..d5ed0a8e9e 100644
--- a/keyboards/ergodox_infinity/keymaps/narze/config.h
+++ b/keyboards/ergodox_infinity/keymaps/narze/config.h
@@ -3,13 +3,13 @@
#undef TAPPING_TERM
#define TAPPING_TERM 150
-// Combos not working yet
#define COMBO_TERM 20
#define COMBO_COUNT 1
-// #define COMBO_ALLOW_ACTION_KEYS
#define IGNORE_MOD_TAP_INTERRUPT
#define PERMISSIVE_HOLD
#undef MOUSEKEY_DELAY
#define MOUSEKEY_DELAY 100
+
+#define USB_POLLING_INTERVAL_MS 1