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/telophase | |
| parent | 251b4fb79d558f550a481cad448000c1622d58f9 (diff) | |
| download | qmk_firmware-ad3e4d6c132ae3e0662972488685517c0cfde153.tar.gz qmk_firmware-ad3e4d6c132ae3e0662972488685517c0cfde153.zip | |
Tidy up backlight header use to avoid build issues (#6714)
Diffstat (limited to 'keyboards/telophase')
| -rw-r--r-- | keyboards/telophase/telophase.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/telophase/telophase.h b/keyboards/telophase/telophase.h index aae4fc3d4..a7102498c 100644 --- a/keyboards/telophase/telophase.h +++ b/keyboards/telophase/telophase.h | |||
| @@ -2,9 +2,6 @@ | |||
| 2 | #define TELOPHASE_H | 2 | #define TELOPHASE_H |
| 3 | 3 | ||
| 4 | #include "quantum.h" | 4 | #include "quantum.h" |
| 5 | #include "matrix.h" | ||
| 6 | #include "backlight.h" | ||
| 7 | #include <stddef.h> | ||
| 8 | 5 | ||
| 9 | #define red_led_off PORTF |= (1<<5) | 6 | #define red_led_off PORTF |= (1<<5) |
| 10 | #define red_led_on PORTF &= ~(1<<5) | 7 | #define red_led_on PORTF &= ~(1<<5) |
