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