diff options
Diffstat (limited to 'quantum/split_common/split_util.h')
| -rw-r--r-- | quantum/split_common/split_util.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/quantum/split_common/split_util.h b/quantum/split_common/split_util.h index d6cf3e72a..20f7535bf 100644 --- a/quantum/split_common/split_util.h +++ b/quantum/split_common/split_util.h | |||
| @@ -1,23 +1,10 @@ | |||
| 1 | #ifndef SPLIT_KEYBOARD_UTIL_H | 1 | #pragma once |
| 2 | #define SPLIT_KEYBOARD_UTIL_H | ||
| 3 | 2 | ||
| 4 | #include <stdbool.h> | 3 | #include <stdbool.h> |
| 5 | #include <stdint.h> | 4 | #include <stdint.h> |
| 6 | #include <stdio.h> | 5 | #include <stdio.h> |
| 7 | #include <stdlib.h> | 6 | #include <stdlib.h> |
| 8 | #include "eeconfig.h" | ||
| 9 | |||
| 10 | #define SLAVE_I2C_ADDRESS 0x32 | ||
| 11 | 7 | ||
| 12 | extern volatile bool isLeftHand; | 8 | extern volatile bool isLeftHand; |
| 13 | 9 | ||
| 14 | // slave version of matix scan, defined in matrix.c | ||
| 15 | void matrix_slave_scan(void); | ||
| 16 | |||
| 17 | void split_keyboard_setup(void); | ||
| 18 | bool has_usb(void); | ||
| 19 | void keyboard_slave_loop(void); | ||
| 20 | |||
| 21 | void matrix_master_OLED_init (void); | 10 | void matrix_master_OLED_init (void); |
| 22 | |||
| 23 | #endif | ||
