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

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