forked from mirrors/qmk_userspace
My Promethium keyboard firmware
This commit is contained in:
parent
746fd15638
commit
8ee389c9b6
14 changed files with 1182 additions and 0 deletions
4
keyboards/handwired/promethium/rgbsps.h
Normal file
4
keyboards/handwired/promethium/rgbsps.h
Normal file
|
@ -0,0 +1,4 @@
|
|||
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);
|
Loading…
Add table
Add a link
Reference in a new issue