]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/v60_type_r/v60_type_r.h
Added support for V60 Type R Polestar backlight and RGB underglow (#1852)
[qmk_firmware.git] / keyboards / v60_type_r / v60_type_r.h
index 77d871e5385415a19fa8d7ad6b9a9bc5faf55232..180294d79e08ac5d7cf7ec29a85397793d961364 100644 (file)
 
 #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