Move config from the shield file
This commit is contained in:
parent
56ec116f5b
commit
0845353275
2 changed files with 7 additions and 7 deletions
|
@ -17,6 +17,13 @@ config LS0XX
|
||||||
config ZMK_WIDGET_WPM_STATUS
|
config ZMK_WIDGET_WPM_STATUS
|
||||||
default y if !ZMK_SPLIT || ZMK_SPLIT_ROLE_CENTRAL
|
default y if !ZMK_SPLIT || ZMK_SPLIT_ROLE_CENTRAL
|
||||||
|
|
||||||
|
config LVGL_BITS_PER_PIXEL
|
||||||
|
default 1
|
||||||
|
|
||||||
|
choice LVGL_COLOR_DEPTH
|
||||||
|
default LVGL_COLOR_DEPTH_1
|
||||||
|
endchoice
|
||||||
|
|
||||||
endif # ZMK_DISPLAY
|
endif # ZMK_DISPLAY
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -3,10 +3,3 @@
|
||||||
|
|
||||||
config SHIELD_NICE_VIEW
|
config SHIELD_NICE_VIEW
|
||||||
def_bool $(shields_list_contains,nice_view)
|
def_bool $(shields_list_contains,nice_view)
|
||||||
|
|
||||||
config LVGL_BITS_PER_PIXEL
|
|
||||||
default 1
|
|
||||||
|
|
||||||
choice LVGL_COLOR_DEPTH
|
|
||||||
default LVGL_COLOR_DEPTH_1
|
|
||||||
endchoice
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue