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/keebio/quefrency/rev1 | |
parent | dc18d9dd8531e659162e10f21af2dc4b517447bd (diff) |
Remove pointless `USE_I2C` blocks in keyboard headers (#20084)
Diffstat (limited to 'keyboards/keebio/quefrency/rev1')
-rw-r--r-- | keyboards/keebio/quefrency/rev1/rev1.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/keebio/quefrency/rev1/rev1.h b/keyboards/keebio/quefrency/rev1/rev1.h index da62f904cc..1c3581b3a9 100644 --- a/keyboards/keebio/quefrency/rev1/rev1.h +++ b/keyboards/keebio/quefrency/rev1/rev1.h @@ -4,15 +4,6 @@ #include "quantum.h" - -#ifdef USE_I2C -#include <stddef.h> -#ifdef __AVR__ - #include <avr/io.h> - #include <avr/interrupt.h> -#endif -#endif - #define LAYOUT( \ LA1, LA2, LA3, LA4, LA5, LA6, LA7, RA1, RA2, RA3, RA4, RA5, RA6, RA7, RA8, \ LB1, LB2, LB3, LB4, LB5, LB6, RB1, RB2, RB3, RB4, RB5, RB6, RB7, RB8, \ |