qmk-dactyl-manuform-a/keyboards/lets_split/keymaps/hexwire/config.h

27 lines
429 B
C
Raw Normal View History

2017-06-28 06:26:05 +02:00
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
2017-03-07 19:30:32 +01:00
2017-06-28 06:26:05 +02:00
#include "../../config.h"
2017-03-07 19:30:32 +01:00
2017-06-28 06:26:05 +02:00
/* Use I2C or Serial, not both */
2017-03-07 19:30:32 +01:00
2017-06-28 06:26:05 +02:00
#define USE_SERIAL
// #define USE_I2C
2017-03-07 19:30:32 +01:00
2017-06-28 06:26:05 +02:00
/* Select hand configuration */
2017-03-07 19:30:32 +01:00
2017-06-28 06:26:05 +02:00
#define MASTER_LEFT
// #define MASTER_RIGHT
2017-06-28 06:26:05 +02:00
// #define EE_HANDS
2017-03-07 19:30:32 +01:00
#define TAPPING_TERM 150
2017-03-07 19:30:32 +01:00
#undef RGBLED_NUM
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 8
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
2017-06-28 06:26:05 +02:00
#endif