forked from mirror/qmk_firmware
OLED: driver naming cleanups (#21710)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306 # Enables the use of OLED displays
|
||||
COMBO_ENABLE = yes
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
ENCODER_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306 # Enables the use of OLED displays
|
||||
|
||||
Reference in New Issue
Block a user