feat(backlight): add command to cycle brightness
This commit is contained in:
parent
2c0fe3934d
commit
13a4515300
9 changed files with 139 additions and 10 deletions
14
app/tests/backlight/cycle/native_posix.conf
Normal file
14
app/tests/backlight/cycle/native_posix.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
CONFIG_KSCAN=n
|
||||
CONFIG_ZMK_KSCAN_MOCK_DRIVER=y
|
||||
CONFIG_ZMK_KSCAN_GPIO_DRIVER=n
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_GPIO_EMUL=y
|
||||
CONFIG_ZMK_BLE=n
|
||||
CONFIG_LOG=y
|
||||
CONFIG_LOG_BACKEND_SHOW_COLOR=n
|
||||
CONFIG_ZMK_LOG_LEVEL_DBG=y
|
||||
CONFIG_DEBUG=y
|
||||
CONFIG_SYS_CLOCK_TICKS_PER_SEC=1000
|
||||
|
||||
CONFIG_LED_GPIO=y
|
||||
CONFIG_ZMK_BACKLIGHT=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue