From af98a3fd6e5bd8b31e34416369d883eeb592c37c Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Mon, 13 Dec 2021 17:00:54 -0500 Subject: [PATCH] fix(shields): Don't enable SSD1306 automatically. * Fix Murphpad conditional to ensure SSD1306 driver isn't enabled whenever `ZMK_DISPLAY` is enabled. --- app/boards/shields/murphpad/Kconfig.defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/boards/shields/murphpad/Kconfig.defconfig b/app/boards/shields/murphpad/Kconfig.defconfig index 6ec7e096..8e205a8e 100644 --- a/app/boards/shields/murphpad/Kconfig.defconfig +++ b/app/boards/shields/murphpad/Kconfig.defconfig @@ -6,8 +6,6 @@ if SHIELD_MURPHPAD config ZMK_KEYBOARD_NAME default "MurphPad" -endif - if ZMK_DISPLAY config I2C @@ -43,3 +41,5 @@ choice LVGL_COLOR_DEPTH endchoice endif # LVGL + +endif