aboutsummaryrefslogtreecommitdiff
path: root/quantum/split_common/split_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/split_common/split_util.h')
-rw-r--r--quantum/split_common/split_util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/quantum/split_common/split_util.h b/quantum/split_common/split_util.h
index d6cf3e72a..45e8db0f2 100644
--- a/quantum/split_common/split_util.h
+++ b/quantum/split_common/split_util.h
@@ -7,6 +7,9 @@
7#include <stdlib.h> 7#include <stdlib.h>
8#include "eeconfig.h" 8#include "eeconfig.h"
9 9
10// backlight level store index in serial_master_buffer[] for slave to read
11#define SERIAL_BACKLIT_START 0x00
12
10#define SLAVE_I2C_ADDRESS 0x32 13#define SLAVE_I2C_ADDRESS 0x32
11 14
12extern volatile bool isLeftHand; 15extern volatile bool isLeftHand;