diff options
| author | Joel Challis <git@zvecr.com> | 2019-09-11 23:15:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-11 23:15:39 +0100 |
| commit | ad3e4d6c132ae3e0662972488685517c0cfde153 (patch) | |
| tree | 284ffe706caab67bafd232188725ca64190ecddd /keyboards/dichotomy | |
| parent | 251b4fb79d558f550a481cad448000c1622d58f9 (diff) | |
Tidy up backlight header use to avoid build issues (#6714)
Diffstat (limited to 'keyboards/dichotomy')
| -rwxr-xr-x | keyboards/dichotomy/dichotomy.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ | |||
| 1 | #ifndef DICHOTOMY_H | 1 | #ifndef DICHOTOMY_H |
| 2 | #define DICHOTOMY_H | 2 | #define DICHOTOMY_H |
| 3 | 3 | ||
| 4 | #include QMK_KEYBOARD_H | ||
| 5 | #include "report.h" | 4 | #include "report.h" |
| 6 | #include "pointing_device.h" | 5 | #include "pointing_device.h" |
| 7 | #include "quantum.h" | 6 | #include "quantum.h" |
| 8 | #include "matrix.h" | ||
| 9 | #include "backlight.h" | ||
| 10 | #include <stddef.h> | ||
| 11 | 7 | ||
| 12 | #define red_led_off() PORTF |= (1<<6) | 8 | #define red_led_off() PORTF |= (1<<6) |
| 13 | #define red_led_on() PORTF &= ~(1<<6) | 9 | #define red_led_on() PORTF &= ~(1<<6) |
