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

* Nibble and tidbit conditional was closed early, enabling
  some settings incorrectly for other unrelated builds.
This commit is contained in:
Pete Johanson 2021-03-18 21:26:41 -04:00
parent 27c89e69c1
commit 28d454655b
2 changed files with 4 additions and 2 deletions

View File

@ -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
endchoice
endif # LVGL
endif

View File

@ -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
endchoice
endif # LVGL
endif