From a4d138645fdb5043cd76bc135eea48453cc50dff Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Sun, 3 Nov 2019 22:42:21 +0000 Subject: [Keyboard] Fix v60_type_r compile failures (#7250) --- keyboards/v60_type_r/v60_type_r.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'keyboards/v60_type_r/v60_type_r.c') 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 - -#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 -- cgit v1.2.3