forked from kofal.net/zmk
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user