diff options
author | 2016-12-17 22:25:21 +0100 | |
---|---|---|
committer | 2016-12-17 22:25:21 +0100 | |
commit | df50bee5a88cacbd1f5fab98b26c2068646b61c0 (patch) | |
tree | 60a59d80c173055788e66b7e9dd79aaad7b27df6 /keyboards/handwired/promethium/rgbsps.h | |
parent | 46b93f02d570c0bb66410cb8d9af2451d5453635 (diff) | |
parent | 13c4080a1d77cb1dfdf48df8a42e78b9dc483912 (diff) | |
download | qmk_firmware-df50bee5a88cacbd1f5fab98b26c2068646b61c0.tar.gz |
Merge branch 'master' of https://github.com/Dbroqua/qmk_firmware
Diffstat (limited to 'keyboards/handwired/promethium/rgbsps.h')
-rw-r--r-- | keyboards/handwired/promethium/rgbsps.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/handwired/promethium/rgbsps.h b/keyboards/handwired/promethium/rgbsps.h new file mode 100644 index 000000000..6da197f75 --- /dev/null +++ b/keyboards/handwired/promethium/rgbsps.h @@ -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);
\ No newline at end of file |