You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

2.0 KiB

title sidebar_label
Backlight Configuration Backlight

See the backlight feature page for more details, including instructions for adding backlight support to a board.

See Configuration Overview for instructions on how to change these settings.

Kconfig

Definition file: zmk/app/Kconfig

Option Type Description Default
CONFIG_ZMK_BACKLIGHT bool Enables LED backlight n
CONFIG_ZMK_BACKLIGHT_BRT_STEP int Brightness step in percent 20
CONFIG_ZMK_BACKLIGHT_BRT_START int Default brightness in percent 40
CONFIG_ZMK_BACKLIGHT_ON_START bool Default backlight state y
CONFIG_ZMK_BACKLIGHT_AUTO_OFF_IDLE bool Turn off backlight when keyboard goes into idle state n
CONFIG_ZMK_BACKLIGHT_AUTO_OFF_USB bool Turn off backlight when USB is disconnected n

Devicetree

Applies to: /chosen node

Property Type Description
zmk,backlight path The node for the backlight LED driver to use

See the Zephyr devicetree bindings for LED drivers:

See the backlight feature page for examples of the properties that must be set to enable backlighting.