summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorPeter Johanson <peter@peterjohanson.com>2021-12-13 17:00:54 -0500
committerPete Johanson <peter@peterjohanson.com>2021-12-13 17:06:46 -0500
commitaf98a3fd6e5bd8b31e34416369d883eeb592c37c (patch)
tree0a4c6e9a495f329ffa4d3ebe181e87cbc817fd41 /app
parent569a2ee2cc9016b6bd7b65c557b5762f1679f278 (diff)
fix(shields): Don't enable SSD1306 automatically.
* Fix Murphpad conditional to ensure SSD1306 driver isn't enabled whenever `ZMK_DISPLAY` is enabled.
Diffstat (limited to 'app')
-rw-r--r--app/boards/shields/murphpad/Kconfig.defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/boards/shields/murphpad/Kconfig.defconfig b/app/boards/shields/murphpad/Kconfig.defconfig
index 6ec7e09..8e205a8 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