]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lets_split/keymaps/khord/config.h
cleanup lets_split
[qmk_firmware.git] / keyboards / lets_split / keymaps / khord / config.h
1 #ifndef CONFIG_USER_H
2 #define CONFIG_USER_H
3
4 #include "../../config.h"
5
6 #define TAPPING_TERM 150
7
8 /* Use I2C or Serial, not both */
9
10 #define USE_SERIAL
11 // #define USE_I2C
12
13 /* Select hand configuration */
14
15 //#define MASTER_LEFT
16 // #define _MASTER_RIGHT
17 #define EE_HANDS
18
19 #define RGBLIGHT_ANIMATIONS
20
21 #endif