]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lets_split/keymaps/waples/config.h
Merge branch 'master' of https://github.com/qmk/qmk_firmware
[qmk_firmware.git] / keyboards / lets_split / keymaps / waples / 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 #define USE_SERIAL
8 // #define USE_I2C
9
10 /* Select hand configuration */
11 //      #define MASTER_LEFT
12 //  #define MASTER_RIGHT
13 #define EE_HANDS              // We like to have choices I guess
14
15 #endif