]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/helix/rev2/keymaps/edvorakjp/config.h
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / helix / rev2 / keymaps / edvorakjp / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #define SWAP_SCLN
5
6 #undef TAPPING_FORCE_HOLD
7 #undef TAPPING_TERM
8 #define TAPPING_TERM 300
9 #define IGNORE_MOD_TAP_INTERRUPT
10
11 // If you need more program area, try select and reduce rgblight modes to use.
12
13 // Selection of RGBLIGHT MODE to use.
14 #if defined(LED_ANIMATIONS)
15    //#define RGBLIGHT_EFFECT_BREATHING
16    //#define RGBLIGHT_EFFECT_RAINBOW_MOOD
17    //#define RGBLIGHT_EFFECT_RAINBOW_SWIRL
18    //#define RGBLIGHT_EFFECT_SNAKE
19    //#define RGBLIGHT_EFFECT_KNIGHT
20    //#define RGBLIGHT_EFFECT_CHRISTMAS
21    #define RGBLIGHT_EFFECT_STATIC_GRADIENT
22    //#define RGBLIGHT_EFFECT_RGB_TEST
23    //#define RGBLIGHT_EFFECT_ALTERNATING
24 #endif
25
26 #endif /* CONFIG_USER_H */