summaryrefslogtreecommitdiff
path: root/keyboards/helix/rev2/rev2.h
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-03-21 08:06:10 +0000
committerQMK Bot <hello@qmk.fm>2022-03-21 08:06:10 +0000
commitaea9005236eea62b34a48bebd210359a1b4515e9 (patch)
treef337b686355ddaef80a106a50f514a9868e65ea6 /keyboards/helix/rev2/rev2.h
parentb19d7399ca76d3efc1cc807523ab94a0e1565ec6 (diff)
parent7eb6f86bc0aac3ff83abe4365cd11c5c195dc403 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/helix/rev2/rev2.h')
-rw-r--r--keyboards/helix/rev2/rev2.h4
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()