Skip to content

Commit

Permalink
Turn off CONFIG_ZMK_DISPLAY_BLANK_ON_IDLE by default
Browse files Browse the repository at this point in the history
This setting doesn't play well with e-paper displays
like the Zen, since they stay blank until a widget needs
to update
  • Loading branch information
caksoylar committed Jul 2, 2022
1 parent 0f20275 commit 80ef2ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/boards/arm/corne-ish_zen/corne-ish_zen_left_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ CONFIG_SENSOR_CAN_FETCH_ALL=n
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_DISPLAY_WORK_QUEUE_DEDICATED=y
CONFIG_ZMK_DISPLAY_DEDICATED_THREAD_STACK_SIZE=2048
CONFIG_ZMK_DISPLAY_BLANK_ON_IDLE=n
CONFIG_SSD1306=n
CONFIG_IL0323=y
CONFIG_LVGL_HOR_RES_MAX=80
Expand Down
3 changes: 2 additions & 1 deletion app/boards/arm/corne-ish_zen/corne-ish_zen_right_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ CONFIG_SENSOR_CAN_FETCH_ALL=n
# enable display drivers
CONFIG_ZMK_DISPLAY_WORK_QUEUE_DEDICATED=y
CONFIG_ZMK_DISPLAY_DEDICATED_THREAD_STACK_SIZE=2048
CONFIG_ZMK_DISPLAY_BLANK_ON_IDLE=n
CONFIG_SSD1306=n
CONFIG_IL0323=y
CONFIG_LVGL_HOR_RES_MAX=80
Expand Down Expand Up @@ -101,4 +102,4 @@ CONFIG_UART_LINE_CTRL=y
# Enable USB UART, and set the console device
CONFIG_UART_CONSOLE=y
CONFIG_USB_UART_CONSOLE=y
CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0"
CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0"

0 comments on commit 80ef2ff

Please sign in to comment.