summaryrefslogtreecommitdiff
path: root/keyboards/helix/rev2/rev2.h
diff options
context:
space:
mode:
authorTakeshi ISHII <2170248+mtei@users.noreply.github.com>2022-03-21 17:05:38 +0900
committerGitHub <noreply@github.com>2022-03-21 01:05:38 -0700
commit7eb6f86bc0aac3ff83abe4365cd11c5c195dc403 (patch)
treef173d7d1ee2004bdcd8b140390403533e19a269f /keyboards/helix/rev2/rev2.h
parent669ad3c8052fa36e03c105cb00b60b178aaf20cc (diff)
[Keyboard] add oled_task_kb() into keyboards/helix/rev2/rev2.c (#16697)
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()