OLED: driver naming cleanups (#21710)

This commit is contained in:
Ryan 2023-08-15 19:30:34 +10:00 committed by GitHub
parent 0ac8221a0a
commit 5d2f2af198
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
263 changed files with 19 additions and 306 deletions

View file

@ -1,5 +1,4 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Enables the use of OLED displays
ENCODER_ENABLE = yes # ENables the use of one or more encoders
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
@ -8,4 +7,3 @@ RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
# This does not affect QMK Macros and Layers
LTO_ENABLE = yes
ENCODER_MAP_ENABLE = yes

View file

@ -1,5 +1,4 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Enables the use of OLED displays
ENCODER_ENABLE = yes # ENables the use of one or more encoders
RGBLIGHT_ENABLE = no # Disable keyboard RGB underglow
@ -18,4 +17,3 @@ SPLIT_KEYBOARD = yes
#DEACTIVATED FOR MEMORY SAVING
MOUSEKEY_ENABLE = no
CONSOLE_ENABLE = no

View file

@ -1,3 +1,2 @@
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Enables the use of OLED displays
COMBO_ENABLE = yes

View file

@ -1,3 +1,2 @@
ENCODER_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306 # Enables the use of OLED displays