mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 23:54:17 -04:00
Fix keyboard level use of OLED_DRIVER_ENABLE (#15343)
This commit is contained in:
parent
aa789d4f95
commit
47c9d6165d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
|||
|
||||
};
|
||||
|
||||
#ifdef OLED_DRIVER_ENABLE
|
||||
#ifdef OLED_ENABLE
|
||||
|
||||
static void render_logo(void) {
|
||||
static const char PROGMEM qmk_logo[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue