2018-08-13 21:05:58 +02:00
|
|
|
#pragma once
|
2017-11-01 04:58:38 +01:00
|
|
|
|
2019-01-09 21:23:41 +01:00
|
|
|
#define USE_I2C
|
2017-11-01 04:58:38 +01:00
|
|
|
|
|
|
|
/* Select hand configuration */
|
2019-01-09 21:23:41 +01:00
|
|
|
//#define MASTER_RIGHT
|
2017-11-01 04:58:38 +01:00
|
|
|
|
|
|
|
#define TAPPING_TERM 150
|
|
|
|
|
|
|
|
#undef RGBLED_NUM
|
|
|
|
#define RGBLIGHT_ANIMATIONS
|
2019-01-09 21:23:41 +01:00
|
|
|
#define RGBLED_NUM 12
|
2017-11-01 04:58:38 +01:00
|
|
|
#define RGBLIGHT_HUE_STEP 8
|
|
|
|
#define RGBLIGHT_SAT_STEP 8
|
|
|
|
#define RGBLIGHT_VAL_STEP 8
|
|
|
|
|
2018-07-12 19:35:51 +02:00
|
|
|
#ifdef AUDIO_ENABLE
|
|
|
|
#define C6_AUDIO
|
|
|
|
#endif
|