summaryrefslogtreecommitdiff
path: root/keyboards/handwired/dactyl_promicro
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/handwired/dactyl_promicro
parentdc18d9dd8531e659162e10f21af2dc4b517447bd (diff)
Remove pointless `USE_I2C` blocks in keyboard headers (#20084)
Diffstat (limited to 'keyboards/handwired/dactyl_promicro')
-rw-r--r--keyboards/handwired/dactyl_promicro/dactyl_promicro.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/handwired/dactyl_promicro/dactyl_promicro.h b/keyboards/handwired/dactyl_promicro/dactyl_promicro.h
index 61dad7f538..3692a85187 100644
--- a/keyboards/handwired/dactyl_promicro/dactyl_promicro.h
+++ b/keyboards/handwired/dactyl_promicro/dactyl_promicro.h
@@ -2,15 +2,6 @@
#include "quantum.h"
-#ifdef USE_I2C
-#include <stddef.h>
-#ifdef __AVR__
- #include <avr/io.h>
- #include <avr/interrupt.h>
-#endif
-#endif
-
-
#define LAYOUT_6x6(\
L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \