10 lines
168 B
C
10 lines
168 B
C
|
#pragma once
|
||
|
|
||
|
#define RGB_DI_PIN F6
|
||
|
#define RGBLED_NUM 10
|
||
|
#define RGBLIGHT_ANIMATIONS
|
||
|
#ifdef BACKLIGHT_LEVELS
|
||
|
#undef BACKLIGHT_LEVELS
|
||
|
#endif
|
||
|
#define BACKLIGHT_LEVELS 3
|