summaryrefslogtreecommitdiffstats
path: root/keyboards/satan/keymaps/stanleylai/config.h
blob: 7f4bb441c410ff4c0a8cdc96e06051ef0e1d3327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "../../config.h"

// Backlight configuration
#undef BACKLIGHT_LEVELS
#define BACKLIGHT_LEVELS 3

// Underlight configuration
#undef RGBLED_NUM
#define RGBLED_NUM 6        // Number of LEDs
#undef RGBLIGHT_HUE_STEP
#define RGBLIGHT_HUE_STEP 8
#undef RGBLIGHT_SAT_STEP
#define RGBLIGHT_SAT_STEP 8
#undef RGBLIGHT_VAL_STEP
#define RGBLIGHT_VAL_STEP 8