mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-21 15:12:02 +00:00
Update keyboards/gkeyboard/greatpad/greatpad.c
Co-authored-by: jack <0x6a73@protonmail.com>
This commit is contained in:
parent
c733059c6b
commit
c94f03d4ed
@ -558,7 +558,10 @@ static void render_info(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#define SHOW_LOGO 5000
|
#define SHOW_LOGO 5000
|
||||||
bool oled_task_user(void) {
|
bool oled_task_kb(void) {
|
||||||
|
if (!oled_task_user()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
static bool finished_timer = false;
|
static bool finished_timer = false;
|
||||||
if (!finished_timer && (timer_elapsed(startup_timer) < SHOW_LOGO)) {
|
if (!finished_timer && (timer_elapsed(startup_timer) < SHOW_LOGO)) {
|
||||||
render_logo();
|
render_logo();
|
||||||
|
Loading…
Reference in New Issue
Block a user