summaryrefslogtreecommitdiff
path: root/keyboards/keebio/sinc/rev2
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/keebio/sinc/rev2
parentdc18d9dd8531e659162e10f21af2dc4b517447bd (diff)
Remove pointless `USE_I2C` blocks in keyboard headers (#20084)
Diffstat (limited to 'keyboards/keebio/sinc/rev2')
-rw-r--r--keyboards/keebio/sinc/rev2/rev2.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/keyboards/keebio/sinc/rev2/rev2.h b/keyboards/keebio/sinc/rev2/rev2.h
index 15d4b402b0..f73af295b2 100644
--- a/keyboards/keebio/sinc/rev2/rev2.h
+++ b/keyboards/keebio/sinc/rev2/rev2.h
@@ -19,14 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "sinc.h"
#include "quantum.h"
-#ifdef USE_I2C
-#include <stddef.h>
-#ifdef __AVR__
- #include <avr/io.h>
- #include <avr/interrupt.h>
-#endif
-#endif
-
#define LAYOUT_75( \
LF3, LF4, LF5, LF6, LF7, LF8, LF9, RF2, RF3, RF4, RF5, RF6, RF7, RF8, \
LA3, LA4, LA5, LA6, LA7, LA8, LA9, RA1, RA2, RA3, RA4, RA5, RA6, RA7, RA8, \