]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/ergodox_ez/keymaps/drashna/config.h
71c7de466f6439ae71a879feb52f62ba27cce514
[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 #define RGBLIGHT_SLEEP
14 #endif // RGBLIGHT_ENABLE
15
16 #ifdef TAPPING_TERM
17 #undef TAPPING_TERM
18 #endif
19 #define TAPPING_TERM 175
20 #undef PERMISSIVE_HOLD
21 #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.)
22 #define ONESHOT_TAP_TOGGLE 2
23
24 #undef PRODUCT
25 #define PRODUCT         DrashnaDox - Hacked ErgoDox EZ Shine
26
27 #endif