diff options
| author | Joel Challis | 2021-11-28 22:00:02 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-28 22:00:02 +0100 |
| commit | 4ee33f1ffd921d4691207c5c3ab8c12742ddc12d (patch) | |
| tree | 349bba10fae8fcefb630d28f67a0339eb0ee0774 /keyboards/pteron36/keymaps/via | |
| parent | 097ae9d8172a1d7774e81e98aec8b88c147fa7e2 (diff) | |
Fix keyboard level use of OLED_DRIVER_ENABLE (#15343)
Diffstat (limited to 'keyboards/pteron36/keymaps/via')
| -rw-r--r-- | keyboards/pteron36/keymaps/via/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/pteron36/keymaps/via/keymap.c b/keyboards/pteron36/keymaps/via/keymap.c index 40e3088a8e..47533efc93 100644 --- a/keyboards/pteron36/keymaps/via/keymap.c +++ b/keyboards/pteron36/keymaps/via/keymap.c @@ -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[] = { |