summaryrefslogtreecommitdiff
path: root/keyboards/qwertyydox
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-03-11 03:00:30 +1100
committerGitHub <noreply@github.com>2023-03-10 16:00:30 +0000
commit20dca46924866851a42861529ede8247c35c52e4 (patch)
treef243a32a7c1c9410088e11f6ccc4983648557a89 /keyboards/qwertyydox
parentdc18d9dd8531e659162e10f21af2dc4b517447bd (diff)
Remove pointless `USE_I2C` blocks in keyboard headers (#20084)
Diffstat (limited to 'keyboards/qwertyydox')
-rw-r--r--keyboards/qwertyydox/rev1/rev1.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/qwertyydox/rev1/rev1.h b/keyboards/qwertyydox/rev1/rev1.h
index a7b30b648f..22fc412a8b 100644
--- a/keyboards/qwertyydox/rev1/rev1.h
+++ b/keyboards/qwertyydox/rev1/rev1.h
@@ -2,14 +2,6 @@
#include "qwertyydox.h"
-#ifdef USE_I2C
-#include <stddef.h>
-#ifdef __AVR__
- #include <avr/io.h>
- #include <avr/interrupt.h>
-#endif
-#endif
-
#define LAYOUT( \
L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \
L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, R16, \