mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 06:29:15 +00:00
3 lines
78 B
C
3 lines
78 B
C
#include "rgb.h"
|
|
|
|
const hsv_t GODSPEED_BLUE = { .h = 214, .s = 17, .v = 73 };
|