diff options
Diffstat (limited to 'keyboards/honeycomb/honeycomb.h')
-rwxr-xr-x | keyboards/honeycomb/honeycomb.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/honeycomb/honeycomb.h b/keyboards/honeycomb/honeycomb.h index 9374a02c5..ec54b59f2 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) |