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
|
||||
default y
|
||||
|
||||
endif
|
||||
|
||||
if ZMK_DISPLAY
|
||||
|
||||
|
@ -46,3 +45,5 @@ choice LVGL_COLOR_DEPTH
|
|||
endchoice
|
||||
|
||||
endif # LVGL
|
||||
|
||||
endif
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue