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.
10 lines
207 B
10 lines
207 B
5 years ago
|
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.c
|
||
|
)
|
||
|
endif()
|