]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/crkbd/keymaps/edvorakjp/config.h
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / crkbd / keymaps / edvorakjp / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 /* Select hand configuration */
5
6 // #define MASTER_LEFT
7 #define MASTER_RIGHT
8 // #define EE_HANDS
9
10 #define SSD1306OLED
11 #define SWAP_SCLN
12
13 // #define TAPPING_FORCE_HOLD
14 #define TAPPING_TERM 300
15 #define IGNORE_MOD_TAP_INTERRUPT
16
17 #undef RGBLED_NUM
18 #define RGBLIGHT_EFFECT_STATIC_GRADIENT
19 #define RGBLED_NUM 27
20 #define RGBLIGHT_LIMIT_VAL 100
21 #define RGBLIGHT_HUE_STEP 10
22 #define RGBLIGHT_SAT_STEP 17
23 #define RGBLIGHT_VAL_STEP 17
24
25 #endif // CONFIG_USER_H