aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/redox_w
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-09-11 23:15:39 +0100
committerGitHub <noreply@github.com>2019-09-11 23:15:39 +0100
commitad3e4d6c132ae3e0662972488685517c0cfde153 (patch)
tree284ffe706caab67bafd232188725ca64190ecddd /keyboards/redox_w
parent251b4fb79d558f550a481cad448000c1622d58f9 (diff)
downloadfirmware-ad3e4d6c132ae3e0662972488685517c0cfde153.tar.gz
firmware-ad3e4d6c132ae3e0662972488685517c0cfde153.tar.bz2
firmware-ad3e4d6c132ae3e0662972488685517c0cfde153.zip
Tidy up backlight header use to avoid build issues (#6714)
Diffstat (limited to 'keyboards/redox_w')
-rw-r--r--keyboards/redox_w/redox_w.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/redox_w/redox_w.h b/keyboards/redox_w/redox_w.h
index 3adcb121d..727c3050d 100644
--- a/keyboards/redox_w/redox_w.h
+++ b/keyboards/redox_w/redox_w.h
@@ -1,9 +1,6 @@
#pragma once
#include "quantum.h"
-#include "matrix.h"
-#include "backlight.h"
-#include <stddef.h>
#define red_led_off PORTF |= (1<<5)
#define red_led_on PORTF &= ~(1<<5)