summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium/rgbsps.h
diff options
context:
space:
mode:
authorcbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info>2016-11-28 18:27:42 +0100
committercbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info>2016-11-28 18:27:42 +0100
commit5776f39667c82e1053b46fd12d8c6faa5b5acf81 (patch)
tree09ae5d0941f28382f59fe08527ef8be5c7882d26 /keyboards/handwired/promethium/rgbsps.h
parente3c735e400e6e7e78cbc9dfb17626e6066d8cf80 (diff)
parent1585fc4b616cb28b8d4a418cd31c8ce0dd64f731 (diff)
downloadqmk_firmware-5776f39667c82e1053b46fd12d8c6faa5b5acf81.tar.gz
qmk_firmware-5776f39667c82e1053b46fd12d8c6faa5b5acf81.tar.xz
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/handwired/promethium/rgbsps.h')
-rw-r--r--keyboards/handwired/promethium/rgbsps.h4
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