forked from mirrors/qmk_userspace
Remove pointless USE_I2C
blocks in keyboard headers (#20084)
This commit is contained in:
parent
dc18d9dd85
commit
20dca46924
34 changed files with 0 additions and 276 deletions
|
@ -3,15 +3,6 @@
|
|||
#include "iris.h"
|
||||
#include "quantum.h"
|
||||
|
||||
|
||||
#ifdef USE_I2C
|
||||
#include <stddef.h>
|
||||
#ifdef __AVR__
|
||||
#include <avr/io.h>
|
||||
#include <avr/interrupt.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define LAYOUT( \
|
||||
L00, L01, L02, L03, L04, L05, R00, R01, R02, R03, R04, R05, \
|
||||
L10, L11, L12, L13, L14, L15, R10, R11, R12, R13, R14, R15, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue