1
0
Fork 0

Revert "Equals keyboard" (#21622)

This commit is contained in:
Nick Brassel 2023-07-27 13:31:06 +10:00 committed by GitHub
parent 4d78d82621
commit d9260b1955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 0 additions and 849 deletions

View file

@ -1,19 +0,0 @@
// Copyright 2023 @boardsource
// SPDX-License-Identifier: GPL-2.0-or-later
#include "quantum.h"
extern void ui_init(void);
extern void ui_task(void);
#ifdef QUANTUM_PAINTER_ENABLE
void keyboard_post_init_kb(void) {
// Init the display
ui_init();
keyboard_post_init_user();
}
void housekeeping_task_kb(void) {
// Draw the display
ui_task();
housekeeping_task_user();
}
#endif //QUANTUM_PAINTER_ENABLE