diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-21 08:06:10 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-21 08:06:10 +0000 |
commit | aea9005236eea62b34a48bebd210359a1b4515e9 (patch) | |
tree | f337b686355ddaef80a106a50f514a9868e65ea6 /keyboards/helix/rev2/rev2.h | |
parent | b19d7399ca76d3efc1cc807523ab94a0e1565ec6 (diff) | |
parent | 7eb6f86bc0aac3ff83abe4365cd11c5c195dc403 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/helix/rev2/rev2.h')
-rw-r--r-- | keyboards/helix/rev2/rev2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/helix/rev2/rev2.h b/keyboards/helix/rev2/rev2.h index 5c7cc93d17..fccbaf1ac4 100644 --- a/keyboards/helix/rev2/rev2.h +++ b/keyboards/helix/rev2/rev2.h @@ -20,6 +20,10 @@ bool is_mac_mode(void); void set_mac_mode_kb(bool macmode); +#ifdef OLED_ENABLE +void render_helix_logo(void); +#endif + #ifndef SPLIT_KEYBOARD extern bool is_helix_master(void); #define is_keyboard_master() is_helix_master() |