diff options
author | Joel Challis <git@zvecr.com> | 2022-02-16 17:46:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-16 17:46:48 +0000 |
commit | 5ff823d35f81e6098a561480220a787144c1208c (patch) | |
tree | ffc3ec73805da87ef434b79bd781e77df3d392c4 /keyboards/helix/rev2 | |
parent | 08ebf1523b2bb2d2a3d373447048b90f1c91cc2c (diff) | |
download | qmk_firmware-5ff823d35f81e6098a561480220a787144c1208c.tar.gz qmk_firmware-5ff823d35f81e6098a561480220a787144c1208c.zip |
Bodge for helix build failures (#16376)
Diffstat (limited to 'keyboards/helix/rev2')
-rw-r--r-- | keyboards/helix/rev2/split_util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/helix/rev2/split_util.h b/keyboards/helix/rev2/split_util.h index b839ce6e3e..535949118a 100644 --- a/keyboards/helix/rev2/split_util.h +++ b/keyboards/helix/rev2/split_util.h @@ -14,3 +14,7 @@ void split_keyboard_setup(void); bool is_helix_master(void); void matrix_master_OLED_init (void); + +// stubs as this is handled by legacy code +static inline void split_pre_init(void){} +static inline void split_post_init(void){} |