refactor(boards): Proper LVGL display chosen node.
This commit is contained in:
parent
d820c2fdef
commit
7e22e92c8b
3 changed files with 10 additions and 7 deletions
|
@ -93,10 +93,8 @@ config IL0323
|
|||
bool
|
||||
default y
|
||||
|
||||
config LVGL_DISPLAY_DEV_NAME
|
||||
string
|
||||
default "DISPLAY"
|
||||
depends on LVGL
|
||||
config ZMK_DISPLAY_BLANK_ON_IDLE
|
||||
default n
|
||||
|
||||
#config DISPLAY_WOB
|
||||
# bool "White on Black Display"
|
||||
|
@ -119,4 +117,4 @@ menuconfig CUSTOM_WIDGET_PERIPHERAL_STATUS
|
|||
# config CORNE_ISH_ZEN_20
|
||||
# bool
|
||||
|
||||
endif # BOARD_CORNEISH_ZEN_V2_LEFT || BOARD_CORNEISH_ZEN_V2_RIGHT
|
||||
endif # BOARD_CORNEISH_ZEN_V2_LEFT || BOARD_CORNEISH_ZEN_V2_RIGHT
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
#include "corne-ish_zen.dtsi"
|
||||
|
||||
/{
|
||||
chosen {
|
||||
zephyr,display = &epd;
|
||||
};
|
||||
|
||||
kscan0: kscan {
|
||||
compatible = "zmk,kscan-gpio-matrix";
|
||||
label = "KSCAN";
|
||||
|
|
|
@ -8,8 +8,9 @@
|
|||
#include "corne-ish_zen.dtsi"
|
||||
|
||||
/{
|
||||
|
||||
|
||||
chosen {
|
||||
zephyr,display = &epd;
|
||||
};
|
||||
|
||||
kscan0: kscan {
|
||||
compatible = "zmk,kscan-gpio-matrix";
|
||||
|
|
Loading…
Add table
Reference in a new issue