summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium/rgbsps.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/promethium/rgbsps.h')
-rw-r--r--keyboards/handwired/promethium/rgbsps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/handwired/promethium/rgbsps.h b/keyboards/handwired/promethium/rgbsps.h
index 72612a7a82..77689344fc 100644
--- a/keyboards/handwired/promethium/rgbsps.h
+++ b/keyboards/handwired/promethium/rgbsps.h
@@ -1,3 +1,5 @@
+#pragma once
+
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);