1
0
Fork 0
qmk_firmware/users/konstantin/rgb.c

5 lines
176 B
C
Raw Normal View History

#include "rgb.h"
2019-02-18 02:16:21 +00:00
const hsv_t GODSPEED_BLUE = { .h = 300, .s = 68, .v = RGBLIGHT_LIMIT_VAL };
const hsv_t GODSPEED_YELLOW = { .h = 35, .s = 165, .v = RGBLIGHT_LIMIT_VAL };