OLED: driver naming cleanups (#21710)
This commit is contained in:
parent
0ac8221a0a
commit
5d2f2af198
263 changed files with 19 additions and 306 deletions
|
@ -1,6 +1,5 @@
|
|||
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
ENCODER_ENABLE = yes
|
||||
CONSOLE_ENABLE = no
|
||||
EXTRAKEY_ENABLE = yes
|
||||
|
|
|
@ -5,4 +5,3 @@ RGBLIGHT_ENABLE = yes
|
|||
ENCODER_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
|
|
|
@ -3,5 +3,4 @@ ENCODER_ENABLE = yes
|
|||
EXTRAKEY_ENABLE = yes
|
||||
TAP_DANCE_ENABLE = yes
|
||||
WPM_ENABLE = yes
|
||||
OLED_DRIVER_ENABLE = yes
|
||||
SRC += graphics.c
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
ENCODER_ENABLE = yes
|
||||
CONSOLE_ENABLE = yes
|
||||
EXTRAKEY_ENABLE = yes
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
BOOTLOADER = atmel-dfu
|
||||
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
|
||||
# These are turned off to save space
|
||||
COMMAND_ENABLE = no
|
||||
|
@ -17,4 +16,4 @@ EXTRAKEY_ENABLE = yes
|
|||
MOUSEKEY_ENABLE = yes
|
||||
|
||||
# More space-saving
|
||||
LTO_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
ENCODER_ENABLE = yes
|
||||
CONSOLE_ENABLE = no
|
||||
EXTRAKEY_ENABLE = yes
|
||||
|
|
|
@ -5,4 +5,3 @@ RGBLIGHT_ENABLE = yes
|
|||
ENCODER_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
ENCODER_ENABLE = yes
|
||||
CONSOLE_ENABLE = no
|
||||
EXTRAKEY_ENABLE = yes
|
||||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
RGBLIGHT_ENABLE = yes
|
||||
ENCODER_MAP_ENABLE = yes
|
||||
ENCODER_MAP_ENABLE = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue