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
Failed to generate hash of commit
263 changed files with 19 additions and 306 deletions

View file

@ -4,6 +4,5 @@ ifeq ($(strip $(KEYBOARD)), crkbd/rev1)
BOOTLOADER = atmel-dfu # Elite-C
OLED_ENABLE = yes # dual 128x32 OLED screens
OLED_DRIVER = SSD1306
RGB_MATRIX_ENABLE = yes # per-key RGB and underglow
endif