summaryrefslogtreecommitdiff
path: root/keyboards/honeycomb/honeycomb.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/honeycomb/honeycomb.h')
-rwxr-xr-xkeyboards/honeycomb/honeycomb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/honeycomb/honeycomb.h b/keyboards/honeycomb/honeycomb.h
index 9374a02c5c..ec54b59f20 100755
--- a/keyboards/honeycomb/honeycomb.h
+++ b/keyboards/honeycomb/honeycomb.h
@@ -1,11 +1,6 @@
#pragma once
-#define HONEYCOMB_H
-
#include "quantum.h"
-#include "matrix.h"
-#include "backlight.h"
-#include <stddef.h>
#define RED_LED_OFF() writePinHigh(F6)
#define RED_LED_ON() writePinLow(F6)