blob: b40498fb55259b8a8a97991014d9e0b39fa285eb (
plain)
1
2
3
4
5
6
7
8
9
10
|
if(CONFIG_ZMK_KSCAN_GPIO_DRIVER)
# Add hello_world_driver.h to the set of global include paths.
zephyr_include_directories(.)
zephyr_library()
zephyr_library_sources(
kscan_gpio_matrix.c
kscan_gpio_direct.c
)
endif()
|