diff options
Diffstat (limited to 'keyboards/helix/rev1/split_util.h')
-rw-r--r-- | keyboards/helix/rev1/split_util.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/helix/rev1/split_util.h b/keyboards/helix/rev1/split_util.h index 595a0659e..807412cd3 100644 --- a/keyboards/helix/rev1/split_util.h +++ b/keyboards/helix/rev1/split_util.h | |||
@@ -1,5 +1,4 @@ | |||
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 "eeconfig.h" | 4 | #include "eeconfig.h" |
@@ -16,5 +15,3 @@ bool has_usb(void); | |||
16 | void keyboard_slave_loop(void); | 15 | void keyboard_slave_loop(void); |
17 | 16 | ||
18 | void matrix_master_OLED_init (void); | 17 | void matrix_master_OLED_init (void); |
19 | |||
20 | #endif | ||