mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
5 lines
No EOL
243 B
C
5 lines
No EOL
243 B
C
void rgbsps_set(uint8_t index, uint8_t r, uint8_t g, uint8_t b);
|
|
void rgbsps_setall(uint8_t r, uint8_t g, uint8_t b);
|
|
void rgbsps_turnoff(void);
|
|
void rgbsps_send(void);
|
|
void rgbsps_sethsv(uint8_t index, uint16_t hue, uint8_t sat, uint8_t val); |