forked from mirror/qmk_firmware
add quantum/split_common/serial_backward_compatibility.h
SERIAL_PIN_PORT and other PIN define move to serial_backward_compatibility.h SERIAL_BACKLIT_START move to split_util.h
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
#include <stdlib.h>
|
||||
#include "eeconfig.h"
|
||||
|
||||
// backlight level store index in serial_master_buffer[] for slave to read
|
||||
#define SERIAL_BACKLIT_START 0x00
|
||||
|
||||
#define SLAVE_I2C_ADDRESS 0x32
|
||||
|
||||
extern volatile bool isLeftHand;
|
||||
|
||||
Reference in New Issue
Block a user