Remove pointless USE_I2C blocks in keyboard headers (#20084)

This commit is contained in:
Ryan
2023-03-11 03:00:30 +11:00
committed by GitHub
parent dc18d9dd85
commit 20dca46924
34 changed files with 0 additions and 276 deletions

View File

@@ -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, \