2018-08-13 19:05:58 +00:00
|
|
|
#pragma once
|
2017-11-01 03:58:38 +00:00
|
|
|
|
2019-01-09 20:23:41 +00:00
|
|
|
#define USE_I2C
|
2017-11-01 03:58:38 +00:00
|
|
|
|
|
|
|
/* Select hand configuration */
|
2019-01-09 20:23:41 +00:00
|
|
|
//#define MASTER_RIGHT
|
2017-11-01 03:58:38 +00:00
|
|
|
|
|
|
|
#define TAPPING_TERM 150
|
|
|
|
|
|
|
|
#undef RGBLED_NUM
|
|
|
|
#define RGBLIGHT_ANIMATIONS
|
2019-01-09 20:23:41 +00:00
|
|
|
#define RGBLED_NUM 12
|
2019-03-24 00:20:14 +00:00
|
|
|
#define RGBLED_SPLIT { 6, 6 }
|
2017-11-01 03:58:38 +00:00
|
|
|
#define RGBLIGHT_HUE_STEP 8
|
|
|
|
#define RGBLIGHT_SAT_STEP 8
|
|
|
|
#define RGBLIGHT_VAL_STEP 8
|
|
|
|
|
2018-07-12 17:35:51 +00:00
|
|
|
#ifdef AUDIO_ENABLE
|
|
|
|
#define C6_AUDIO
|
|
|
|
#endif
|