forked from mirrors/qmk_userspace
Made Serial and I2C not include the Other
This saves 192 bytes
This commit is contained in:
parent
f956802f29
commit
6631abc1cb
6 changed files with 36 additions and 14 deletions
|
@ -6,11 +6,15 @@
|
|||
#include <avr/eeprom.h>
|
||||
#include "split_util.h"
|
||||
#include "matrix.h"
|
||||
#include "i2c.h"
|
||||
#include "serial.h"
|
||||
#include "keyboard.h"
|
||||
#include "config.h"
|
||||
|
||||
#ifdef USE_I2C
|
||||
# include "i2c.h"
|
||||
#else
|
||||
# include "serial.h"
|
||||
#endif
|
||||
|
||||
volatile bool isLeftHand = true;
|
||||
|
||||
static void setup_handedness(void) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue