summaryrefslogtreecommitdiff
path: root/keyboards/redox_w/redox_w.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/redox_w/redox_w.h')
-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 3adcb121d1..727c3050dc 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)