commit 47b95ea4c93791552f3444f0d5f96129522c6bf5 from: Thomas Böhler date: Sun Feb 11 13:26:03 2024 UTC Use correct driver name for ssd1306 Signed-off-by: Thomas Böhler commit - 37566f589b2eff5fb33ba976e5e30a1a95270ec5 commit + 47b95ea4c93791552f3444f0d5f96129522c6bf5 blob - 65ebb3f3165b393bcbce37c6aff6afaeefd46286 blob + c57c06c33918ba01ea2f3b2fd012819ff3e13a38 --- keyboards/crkbd/keymaps/witcher/rules.mk +++ keyboards/crkbd/keymaps/witcher/rules.mk @@ -1,5 +1,5 @@ OLED_ENABLE = yes -OLED_DRIVER = SSD1306 +OLED_DRIVER = ssd1306 LTO_ENABLE = yes KEY_OVERRIDE_ENABLE = yes MUSIC_ENABLE = no