diff options
Diffstat (limited to 'keyboards/helix/pico/split_util.h')
-rw-r--r-- | keyboards/helix/pico/split_util.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/helix/pico/split_util.h b/keyboards/helix/pico/split_util.h deleted file mode 100644 index b839ce6e3..000000000 --- a/keyboards/helix/pico/split_util.h +++ /dev/null | |||
@@ -1,16 +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 is_helix_master(void); | ||
15 | |||
16 | void matrix_master_OLED_init (void); | ||