forked from mirror/qmk_firmware
OLED: driver naming cleanups (#21710)
This commit is contained in:
@@ -19,7 +19,6 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306 # Enable the OLED Driver
|
||||
|
||||
ENCODER_ENABLE = yes
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@ AUDIO_ENABLE = no # Audio output
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
ENCODER_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
|
||||
# RGB layout selection
|
||||
RGB_ENCODERS = yes # For RGB encoders, solder on both WS2811 chips
|
||||
|
||||
@@ -24,7 +24,6 @@ IOS_DEVICE_ENABLE = no # Limit max brightness to connect to IOS device (iPa
|
||||
DEFAULT_FOLDER = rgbkb/sol/rev1
|
||||
ENCODER_ENABLE = no
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
|
||||
# Do not edit past here
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@ RGBLIGHT_ENABLE = no
|
||||
RGB_MATRIX_ENABLE = yes
|
||||
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306 # Enable the OLED Driver
|
||||
|
||||
ENCODER_ENABLE = yes
|
||||
|
||||
|
||||
@@ -97,10 +97,7 @@ RGBLIGHT_FULL_POWER = yes # Allow maximum RGB brightness. Otherwise, limited t
|
||||
SWAP_HANDS_ENABLE = no # Enable one-hand typing
|
||||
ENCODER_ENABLE = yes # Enable rotary encoder (+90)
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306 # Enable the OLED Driver (+5000)
|
||||
IOS_DEVICE_ENABLE = no # Limit max brightness to connect to IOS device (iPad,iPhone)
|
||||
|
||||
|
||||
```
|
||||
## Compile
|
||||
|
||||
|
||||
@@ -11,7 +11,6 @@ RGBLIGHT_FULL_POWER = yes # Allow maximum RGB brightness. Otherwise, limited t
|
||||
SWAP_HANDS_ENABLE = no # Enable one-hand typing
|
||||
ENCODER_ENABLE = yes # Enable rotary encoder
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306 # Enable the OLED Driver
|
||||
IOS_DEVICE_ENABLE = no # Limit max brightness to connect to IOS device (iPad,iPhone)
|
||||
LTO_ENABLE = yes # Enable optimizations to reduce firmware size. Also disables action macros and functions.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user