diff options
author | Ryan <fauxpark@gmail.com> | 2023-08-15 19:30:34 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 10:30:34 +0100 |
commit | 5d2f2af19897d1f5fd35cb8475fc8b3f74f201f1 (patch) | |
tree | 4e2a8b21bd41dc036a91562b4f25257d5b8701e0 /layouts | |
parent | 0ac8221a0a423d1a74238fcdf6b489bfe865c2e7 (diff) |
OLED: driver naming cleanups (#21710)
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/community/split_3x6_3/bcat/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/community/split_3x6_3/bcat/rules.mk b/layouts/community/split_3x6_3/bcat/rules.mk index 29e52b92db..e0ce760a79 100644 --- a/layouts/community/split_3x6_3/bcat/rules.mk +++ b/layouts/community/split_3x6_3/bcat/rules.mk @@ -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 |