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