summaryrefslogtreecommitdiff
path: root/keyboards/v60_type_r/v60_type_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/v60_type_r/v60_type_r.c')
-rw-r--r--keyboards/v60_type_r/v60_type_r.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/keyboards/v60_type_r/v60_type_r.c b/keyboards/v60_type_r/v60_type_r.c
index 5caa149b45..871d9915d3 100644
--- a/keyboards/v60_type_r/v60_type_r.c
+++ b/keyboards/v60_type_r/v60_type_r.c
@@ -18,13 +18,7 @@
#include "quantum.h"
// if we've got an RGB underglow!
-#ifdef V60_POLESTAR
-
-#include "rgblight.h"
-
-#include <avr/pgmspace.h>
-
-#include "action_layer.h"
+#ifdef RGBLIGHT_ENABLE
#define SOFTPWM_LED_TIMER_TOP F_CPU/(256*64)
@@ -191,4 +185,4 @@ ISR(TIMER3_COMPA_vect)
softpwm_buff[2] = led[0].b;
}
}
-#endif // V60_POLESTAR
+#endif // RGBLIGHT_ENABLE