]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lets_split/keymaps/OLED_sample/config.h
cleanup lets_split
[qmk_firmware.git] / keyboards / lets_split / keymaps / OLED_sample / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "../../config.h"
5
6 /* Use I2C or Serial, not both */
7
8 #define USE_I2C
9 //#define USE_SERIAL
10
11 /* Select hand configuration */
12
13 #define MASTER_LEFT
14 // #define _MASTER_RIGHT
15 // #define EE_HANDS
16 #define FLIP_HALF
17
18 #define SSD1306OLED
19
20
21 #define PREVENT_STUCK_MODIFIERS
22 #define TAPPING_FORCE_HOLD
23 #define TAPPING_TERM 100
24
25 #ifdef SUBPROJECT_rev1
26     #include "../../rev1/config.h"
27 #endif
28 #ifdef SUBPROJECT_rev2
29     #include "../../rev2/config.h"
30 #endif
31
32 #undef RGBLED_NUM
33 #define RGBLIGHT_ANIMATIONS
34 #define RGBLED_NUM 6
35 #define RGBLIGHT_HUE_STEP 10
36 #define RGBLIGHT_SAT_STEP 17
37 #define RGBLIGHT_VAL_STEP 17
38
39 #endif