forked from forks/qmk_firmware
4 lines
78 B
C
4 lines
78 B
C
#include "rgb.h"
|
|
|
|
const hsv_t GODSPEED_BLUE = { .h = 214, .s = 17, .v = 73 };
|