diff options
author | Joel Challis <git@zvecr.com> | 2021-11-28 21:00:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 21:00:02 +0000 |
commit | 4ee33f1ffd921d4691207c5c3ab8c12742ddc12d (patch) | |
tree | 349bba10fae8fcefb630d28f67a0339eb0ee0774 /keyboards/plut0nium/0x3e/rules.mk | |
parent | 097ae9d8172a1d7774e81e98aec8b88c147fa7e2 (diff) |
Fix keyboard level use of OLED_DRIVER_ENABLE (#15343)
Diffstat (limited to 'keyboards/plut0nium/0x3e/rules.mk')
-rw-r--r-- | keyboards/plut0nium/0x3e/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/plut0nium/0x3e/rules.mk b/keyboards/plut0nium/0x3e/rules.mk index c82a7231ae..820f08573b 100644 --- a/keyboards/plut0nium/0x3e/rules.mk +++ b/keyboards/plut0nium/0x3e/rules.mk @@ -15,5 +15,5 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow -OLED_DRIVER_ENABLE = yes +OLED_ENABLE = yes LTO_ENABLE = yes |