summaryrefslogtreecommitdiff
path: root/keyboards/v60_type_r/v60_type_r.h
diff options
context:
space:
mode:
authorWillyPillow2018-04-30 23:40:34 +0800
committerDrashna Jaelre2018-04-30 08:40:34 -0700
commit9689944c16a5cda459801c9d77a34dc8a6be01b3 (patch)
tree9d39b6189a4ddb39feda3b4be8e10e661076fdb8 /keyboards/v60_type_r/v60_type_r.h
parentaade625054643a8b76d58b980fe09087db0fcebd (diff)
Clean up v60_type_r keyboard (#2848)
* Use *_kb instead of *_user in keyboard config * Place POLESTAR-only #includes in its #ifdef
Diffstat (limited to 'keyboards/v60_type_r/v60_type_r.h')
-rw-r--r--keyboards/v60_type_r/v60_type_r.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/v60_type_r/v60_type_r.h b/keyboards/v60_type_r/v60_type_r.h
index d65df2b3f..3d7aef7ea 100644
--- a/keyboards/v60_type_r/v60_type_r.h
+++ b/keyboards/v60_type_r/v60_type_r.h
@@ -18,10 +18,10 @@
#include "quantum.h"
-#include "rgblight.h"
-
#ifdef V60_POLESTAR
+#include "rgblight.h"
+
void rgb_init(void);
void set_rgb_color(uint8_t pin, uint8_t value, uint8_t timer_value);