You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
357 B
16 lines
357 B
8 years ago
|
#include "../../config.h"
|
||
|
|
||
|
// Backlight configuration
|
||
8 years ago
|
#undef BACKLIGHT_LEVELS
|
||
8 years ago
|
#define BACKLIGHT_LEVELS 3
|
||
|
|
||
|
// Underlight configuration
|
||
8 years ago
|
#undef RGBLED_NUM
|
||
8 years ago
|
#define RGBLED_NUM 6 // Number of LEDs
|
||
8 years ago
|
#undef RGBLIGHT_HUE_STEP
|
||
8 years ago
|
#define RGBLIGHT_HUE_STEP 8
|
||
8 years ago
|
#undef RGBLIGHT_SAT_STEP
|
||
8 years ago
|
#define RGBLIGHT_SAT_STEP 8
|
||
8 years ago
|
#undef RGBLIGHT_VAL_STEP
|
||
8 years ago
|
#define RGBLIGHT_VAL_STEP 8
|