OLED: driver naming cleanups (#21710)
This commit is contained in:
parent
0ac8221a0a
commit
5d2f2af198
263 changed files with 19 additions and 306 deletions
|
|
@ -12,4 +12,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
ENCODER_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ USE_I2C = no
|
|||
RGBLIGHT_ENABLE = yes
|
||||
ENCODER_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
UNICODE_ENABLE = yes
|
||||
|
||||
SRC += ds1307.c taphold.c
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
KEY_LOCK_ENABLE = yes
|
||||
CONSOLE_ENABLE = no
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
ENCODER_ENABLE = yes
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
VIA_ENABLE = yes
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306 # OLED Driver Enable
|
||||
WPM_ENABLE = yes # WPM counting Enable
|
||||
|
|
|
|||
|
|
@ -12,5 +12,4 @@ RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
SPLIT_KEYBOARD = yes # Enables split keyboard support
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
NO_USB_STARTUP_CHECK = yes
|
||||
|
|
|
|||
|
|
@ -14,6 +14,4 @@ UNICODE_ENABLE = yes # Unicode
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306 # Enable OLED display support
|
||||
ENCODER_ENABLE = yes # Enable encoder support
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
|
||||
OPT_DEFS += -DHAL_USE_I2C=TRUE
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
TAP_DANCE_ENABLE = yes
|
||||
CONSOLE_ENABLE = yes
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
ENCODER_ENABLE = yes
|
||||
|
||||
DEFAULT_FOLDER = handwired/pill60/bluepill
|
||||
|
|
|
|||
|
|
@ -11,5 +11,4 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|||
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||||
AUDIO_ENABLE = no # Audio output
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
WPM_ENABLE = yes
|
||||
|
|
|
|||
|
|
@ -12,4 +12,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
|||
AUDIO_ENABLE = no # Audio output
|
||||
ENCODER_ENABLE = no # Rotary Encoder
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306 # I2C OLED
|
||||
|
|
|
|||
|
|
@ -15,5 +15,4 @@ LTO_ENABLE = yes
|
|||
ENCODER_ENABLE = yes
|
||||
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
WPM_ENABLE = yes
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ BOOTMAGIC_ENABLE = yes
|
|||
NKRO_ENABLE = yes
|
||||
KEYBOARD_SHARED_EP = yes
|
||||
OLED_ENABLE = yes
|
||||
OLED_DRIVER = SSD1306
|
||||
WPM_ENABLE = yes
|
||||
EXTRAKEY_ENABLE = yes
|
||||
ENCODER_ENABLE = yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue