diff options
Diffstat (limited to 'keyboards/helix/rev1/split_util.h')
-rw-r--r-- | keyboards/helix/rev1/split_util.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/helix/rev1/split_util.h b/keyboards/helix/rev1/split_util.h deleted file mode 100644 index 807412cd3..000000000 --- a/keyboards/helix/rev1/split_util.h +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | #pragma once | ||
2 | |||
3 | #include <stdbool.h> | ||
4 | #include "eeconfig.h" | ||
5 | |||
6 | #define SLAVE_I2C_ADDRESS 0x32 | ||
7 | |||
8 | extern volatile bool isLeftHand; | ||
9 | |||
10 | // slave version of matix scan, defined in matrix.c | ||
11 | void matrix_slave_scan(void); | ||
12 | |||
13 | void split_keyboard_setup(void); | ||
14 | bool has_usb(void); | ||
15 | void keyboard_slave_loop(void); | ||
16 | |||
17 | void matrix_master_OLED_init (void); | ||