diff options
author | Ryan <fauxpark@gmail.com> | 2023-08-15 19:30:34 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 10:30:34 +0100 |
commit | 5d2f2af19897d1f5fd35cb8475fc8b3f74f201f1 (patch) | |
tree | 4e2a8b21bd41dc036a91562b4f25257d5b8701e0 /keyboards/waterfowl | |
parent | 0ac8221a0a423d1a74238fcdf6b489bfe865c2e7 (diff) |
OLED: driver naming cleanups (#21710)
Diffstat (limited to 'keyboards/waterfowl')
-rw-r--r-- | keyboards/waterfowl/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/waterfowl/rules.mk b/keyboards/waterfowl/rules.mk index 4f359b9ee8..0eed9cdd8f 100644 --- a/keyboards/waterfowl/rules.mk +++ b/keyboards/waterfowl/rules.mk @@ -12,6 +12,5 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output OLED_ENABLE = yes # Enables the use of OLED displays -OLED_DRIVER = SSD1306 # Specifies the type of OLED SPLIT_KEYBOARD = yes # Enables split functionality -ENCODER_ENABLE = yes # Enables the encoders
\ No newline at end of file +ENCODER_ENABLE = yes # Enables the encoders |