diff --git a/config/Kconfig.defconfig b/config/Kconfig.defconfig index 96924a436..1ed979c31 100644 --- a/config/Kconfig.defconfig +++ b/config/Kconfig.defconfig @@ -35,36 +35,32 @@ config USB_DEVICE_STACK endif # USB +# Disable Display Support config ZMK_DISPLAY - select LV_USE_CONT - select LV_FONT_MONTSERRAT_26 - select LV_FONT_MONTSERRAT_16 - select LV_USE_LABEL - select LV_USE_IMG - -choice ZMK_DISPLAY_STATUS_SCREEN - default ZMK_DISPLAY_STATUS_SCREEN_CUSTOM -endchoice - -if ZMK_DISPLAY - -config SPI - default y - -config IL0323 - default y - -config ZMK_DISPLAY_BLANK_ON_IDLE default n -# Needed for the IL0323 driver which allocs memory to clear the display -config HEAP_MEM_POOL_SIZE - default 1024 - - config LV_Z_MEM_POOL_SIZE - default 4096 - -endif # ZMK_DISPLAY +# Remove or disable display-related settings +# Remove this entire block +# if ZMK_DISPLAY +# +# config SPI +# default y +# +# config IL0323 +# default y +# +# config ZMK_DISPLAY_BLANK_ON_IDLE +# default n +# # Needed for the IL0323 driver which allocs memory to clear the display +# config HEAP_MEM_POOL_SIZE +# default 1024 +# +# config LV_Z_MEM_POOL_SIZE +# default 4096 +# +# endif # ZMK_DISPLAY + +# Remove or disable custom widgets if they are related to display menuconfig CUSTOM_WIDGET_BATTERY_STATUS bool "custom battery status widget" @@ -85,3 +81,4 @@ config BQ274XX default y endif # BOARD_CORNEISH_ZEN_V1_LEFT || BOARD_CORNEISH_ZEN_V1_RIGHT +