This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.

16 lines
357 B
C
Raw Normal View History

2016-07-10 12:07:56 -07:00
#include "../../config.h"
// Backlight configuration
#undef BACKLIGHT_LEVELS
2016-07-10 12:07:56 -07:00
#define BACKLIGHT_LEVELS 3
// Underlight configuration
#undef RGBLED_NUM
2016-07-10 12:07:56 -07:00
#define RGBLED_NUM 6 // Number of LEDs
#undef RGBLIGHT_HUE_STEP
2016-07-10 12:07:56 -07:00
#define RGBLIGHT_HUE_STEP 8
#undef RGBLIGHT_SAT_STEP
2016-07-10 12:07:56 -07:00
#define RGBLIGHT_SAT_STEP 8
#undef RGBLIGHT_VAL_STEP
2016-07-10 12:07:56 -07:00
#define RGBLIGHT_VAL_STEP 8