forked from kofal.net/zmk
feat(backlight): add tests
This commit is contained in:
committed by
Pete Johanson
parent
ce843825e8
commit
2c0fe3934d
14
app/tests/backlight/basic/native_posix.conf
Normal file
14
app/tests/backlight/basic/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
|
||||
Reference in New Issue
Block a user