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