Implement Kconfig and enhance error checks
This commit is contained in:
parent
63007fb6c1
commit
a008731103
9 changed files with 20 additions and 14 deletions
|
|
@ -5,9 +5,9 @@ if(CONFIG_ZMK_KSCAN_GPIO_DRIVER)
|
|||
zephyr_library_sources(
|
||||
kscan_gpio_matrix.c
|
||||
kscan_gpio_direct.c
|
||||
battery_voltage_divider.c
|
||||
)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_EC11 ec11.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_EC11_TRIGGER ec11_trigger.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_ZMK_BATTERY_VOLTAGE_DIVIDER battery_voltage_divider.c)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue