]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergodox_ez/keymaps/drashna/config.h
Update to drashna userspace (Keymap Templating) (#2338)
[qmk_firmware.git] / keyboards / ergodox_ez / keymaps / drashna / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include QMK_KEYBOARD_CONFIG_H
5
6
7 #ifdef RGBLIGHT_ENABLE
8 #undef RGBLIGHT_SAT_STEP 
9 #define RGBLIGHT_SAT_STEP 12
10 #define RGBLIGHT_EFFECT_KNIGHT_LENGTH 7
11 #define RGBLIGHT_EFFECT_SNAKE_LENGTH 7
12 #define RGBLIGHT_EFFECT_BREATHE_CENTER 1
13 #endif // RGBLIGHT_ENABLE
14
15 #ifdef TAPPING_TERM
16 #undef TAPPING_TERM
17 #endif
18 #define TAPPING_TERM 175
19 #undef PERMISSIVE_HOLD
20 #define IGNORE_MOD_TAP_INTERRUPT // this makes it possible to do rolling combos (zx) with keys that convert to other keys on hold (z becomes ctrl when you hold it, and when this option isn't enabled, z rapidly followed by x actually sends Ctrl-x. That's bad.)
21 #define ONESHOT_TAP_TOGGLE 2
22
23 #undef PRODUCT
24 #define PRODUCT         DrashnaDox - Hacked ErgoDox EZ Shine
25
26 #endif