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:
parent
27c89e69c1
commit
28d454655b
2 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,6 @@ config ZMK_KEYBOARD_NAME
|
||||||
config ZMK_USB
|
config ZMK_USB
|
||||||
default y
|
default y
|
||||||
|
|
||||||
endif
|
|
||||||
|
|
||||||
if ZMK_DISPLAY
|
if ZMK_DISPLAY
|
||||||
|
|
||||||
|
@ -46,3 +45,5 @@ choice LVGL_COLOR_DEPTH
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
endif # LVGL
|
endif # LVGL
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
|
@ -6,7 +6,6 @@ if SHIELD_TIDBIT
|
||||||
config ZMK_KEYBOARD_NAME
|
config ZMK_KEYBOARD_NAME
|
||||||
default "tidbit"
|
default "tidbit"
|
||||||
|
|
||||||
endif
|
|
||||||
|
|
||||||
if ZMK_DISPLAY
|
if ZMK_DISPLAY
|
||||||
|
|
||||||
|
@ -43,3 +42,5 @@ choice LVGL_COLOR_DEPTH
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
endif # LVGL
|
endif # LVGL
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
Loading…
Reference in a new issue