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/rules.mk | |
| parent | 097ae9d8172a1d7774e81e98aec8b88c147fa7e2 (diff) | |
Fix keyboard level use of OLED_DRIVER_ENABLE (#15343)
Diffstat (limited to 'keyboards/pteron36/rules.mk')
| -rw-r--r-- | keyboards/pteron36/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/pteron36/rules.mk b/keyboards/pteron36/rules.mk index a12be26351..dc6d2485f6 100644 --- a/keyboards/pteron36/rules.mk +++ b/keyboards/pteron36/rules.mk @@ -19,7 +19,7 @@ NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output -OLED_DRIVER_ENABLE = yes # OLED display +OLED_ENABLE = yes # OLED display ENCODER_ENABLE = yes # Encoder support SPLIT_KEYBOARD = yes # Split enable |