aboutsummaryrefslogtreecommitdiff
path: root/users/drashna/rgb_stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'users/drashna/rgb_stuff.c')
-rw-r--r--users/drashna/rgb_stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/drashna/rgb_stuff.c b/users/drashna/rgb_stuff.c
index 342186617..7d364fa68 100644
--- a/users/drashna/rgb_stuff.c
+++ b/users/drashna/rgb_stuff.c
@@ -275,7 +275,7 @@ void matrix_scan_rgb(void) {
275} 275}
276 276
277 277
278uint32_t layer_state_set_rgb(uint32_t state) { 278layer_state_t layer_state_set_rgb(layer_state_t state) {
279#ifdef RGBLIGHT_ENABLE 279#ifdef RGBLIGHT_ENABLE
280 if (userspace_config.rgb_layer_change) { 280 if (userspace_config.rgb_layer_change) {
281 switch (biton32(state)) { 281 switch (biton32(state)) {