[Keyboard] add oled_task_kb() into keyboards/helix/rev2/rev2.c (#16697)

This commit is contained in:
Takeshi ISHII
2022-03-21 17:05:38 +09:00
committed by GitHub
parent 669ad3c805
commit 7eb6f86bc0
3 changed files with 30 additions and 4 deletions

View File

@@ -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()