Browse Source

fix(boards): Move board endif to proper location.

* Nibble and tidbit conditional was closed early, enabling
  some settings incorrectly for other unrelated builds.
xmkb
Pete Johanson 3 years ago
parent
commit
28d454655b
  1. 3
      app/boards/shields/nibble/Kconfig.defconfig
  2. 3
      app/boards/shields/tidbit/Kconfig.defconfig

3
app/boards/shields/nibble/Kconfig.defconfig

@ -9,7 +9,6 @@ config ZMK_KEYBOARD_NAME @@ -9,7 +9,6 @@ config ZMK_KEYBOARD_NAME
config ZMK_USB
default y
endif
if ZMK_DISPLAY
@ -46,3 +45,5 @@ choice LVGL_COLOR_DEPTH @@ -46,3 +45,5 @@ choice LVGL_COLOR_DEPTH
endchoice
endif # LVGL
endif

3
app/boards/shields/tidbit/Kconfig.defconfig

@ -6,7 +6,6 @@ if SHIELD_TIDBIT @@ -6,7 +6,6 @@ if SHIELD_TIDBIT
config ZMK_KEYBOARD_NAME
default "tidbit"
endif
if ZMK_DISPLAY
@ -43,3 +42,5 @@ choice LVGL_COLOR_DEPTH @@ -43,3 +42,5 @@ choice LVGL_COLOR_DEPTH
endchoice
endif # LVGL
endif

Loading…
Cancel
Save