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 /keyboards/tkw | |
parent | 0ac8221a0a423d1a74238fcdf6b489bfe865c2e7 (diff) |
OLED: driver naming cleanups (#21710)
Diffstat (limited to 'keyboards/tkw')
-rw-r--r-- | keyboards/tkw/grandiceps/rules.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/tkw/grandiceps/rules.mk b/keyboards/tkw/grandiceps/rules.mk index 2565f116a1..86483ba920 100644 --- a/keyboards/tkw/grandiceps/rules.mk +++ b/keyboards/tkw/grandiceps/rules.mk @@ -16,7 +16,6 @@ KEYBOARD_SHARED_EP = yes # Free up some extra endpoints - needed if console+m SPLIT_KEYBOARD = yes SERIAL_DRIVER = usart OLED_ENABLE = yes -OLED_DRIVER = SSD1306 OPT_DEFS += -DSTM32_DMA_REQUIRED=TRUE DEFAULT_FOLDER = tkw/grandiceps/rev1 |