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.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/users/drashna/rgb_stuff.c b/users/drashna/rgb_stuff.c
index 7d00604b4..37076ce99 100644
--- a/users/drashna/rgb_stuff.c
+++ b/users/drashna/rgb_stuff.c
@@ -315,6 +315,14 @@ uint32_t layer_state_set_rgb(uint32_t state) {
315 rgblight_sethsv_noeeprom_springgreen(); break; 315 rgblight_sethsv_noeeprom_springgreen(); break;
316 case _WORKMAN: 316 case _WORKMAN:
317 rgblight_sethsv_noeeprom_goldenrod(); break; 317 rgblight_sethsv_noeeprom_goldenrod(); break;
318 case _NORMAN:
319 rgblight_sethsv_noeeprom_coral(); break;
320 case _MALTRON:
321 rgblight_sethsv_noeeprom_yellow(); break;
322 case _EUCALYN:
323 rgblight_sethsv_noeeprom_pink(); break;
324 case _CARPLAX:
325 rgblight_sethsv_noeeprom_blue(); break;
318 default: 326 default:
319 rgblight_sethsv_noeeprom_cyan(); break; 327 rgblight_sethsv_noeeprom_cyan(); break;
320 } 328 }