summaryrefslogtreecommitdiffstats
path: root/keyboards/v60_type_r/v60_type_r.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/v60_type_r/v60_type_r.h')
-rw-r--r--keyboards/v60_type_r/v60_type_r.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/v60_type_r/v60_type_r.h b/keyboards/v60_type_r/v60_type_r.h
index 77d871e53..180294d79 100644
--- a/keyboards/v60_type_r/v60_type_r.h
+++ b/keyboards/v60_type_r/v60_type_r.h
@@ -18,6 +18,23 @@
#include "quantum.h"
+#include "rgblight.h"
+
+#ifdef V60_POLESTAR
+
+void rgb_init(void);
+void set_rgb_color(uint8_t pin, uint8_t value, uint8_t timer_value);
+
+enum my_keycodes {
+ RGB_RI = SAFE_RANGE,
+ RGB_RD,
+ RGB_GI,
+ RGB_GD,
+ RGB_BI,
+ RGB_BD
+};
+#endif
+
// This a shortcut to help you visually see your layout.
// The first section contains all of the arguments
// The second converts the arguments into a two-dimensional array