diff options
author | Ryan <fauxpark@gmail.com> | 2023-03-11 03:00:30 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-10 16:00:30 +0000 |
commit | 20dca46924866851a42861529ede8247c35c52e4 (patch) | |
tree | f243a32a7c1c9410088e11f6ccc4983648557a89 /keyboards/redox | |
parent | dc18d9dd8531e659162e10f21af2dc4b517447bd (diff) |
Remove pointless `USE_I2C` blocks in keyboard headers (#20084)
Diffstat (limited to 'keyboards/redox')
-rw-r--r-- | keyboards/redox/rev1/rev1.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/redox/rev1/rev1.h b/keyboards/redox/rev1/rev1.h index 5a24122048..a3253e9411 100644 --- a/keyboards/redox/rev1/rev1.h +++ b/keyboards/redox/rev1/rev1.h @@ -8,14 +8,6 @@ #include "quantum.h" -#ifdef USE_I2C -#include <stddef.h> -#ifdef __AVR__ - #include <avr/io.h> - #include <avr/interrupt.h> -#endif -#endif - #define LAYOUT( \ k00, k01, k02, k03, k04, k05, k08, k09, k10, k11, k12, k13, \ k14, k15, k16, k17, k18, k19, k06, k07, k22, k23, k24, k25, k26, k27, \ |