From ad3e4d6c132ae3e0662972488685517c0cfde153 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Wed, 11 Sep 2019 23:15:39 +0100 Subject: Tidy up backlight header use to avoid build issues (#6714) --- keyboards/dichotomy/dichotomy.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'keyboards/dichotomy') diff --git a/keyboards/dichotomy/dichotomy.h b/keyboards/dichotomy/dichotomy.h index 030209ff01..4355a1c908 100755 --- a/keyboards/dichotomy/dichotomy.h +++ b/keyboards/dichotomy/dichotomy.h @@ -1,13 +1,9 @@ #ifndef DICHOTOMY_H #define DICHOTOMY_H -#include QMK_KEYBOARD_H #include "report.h" #include "pointing_device.h" #include "quantum.h" -#include "matrix.h" -#include "backlight.h" -#include #define red_led_off() PORTF |= (1<<6) #define red_led_on() PORTF &= ~(1<<6) -- cgit v1.2.3