summaryrefslogtreecommitdiff
path: root/app/drivers/zephyr/CMakeLists.txt
blob: 983828f551cca17f016dfc3a454630d90611e951 (plain)
1
2
3
4
5
6
7
8
9
if(CONFIG_ZMK_KSCAN_GPIO_DRIVER)
  zephyr_include_directories(.)

  zephyr_library()
  zephyr_library_sources(
    kscan_gpio_matrix.c
    kscan_gpio_direct.c
    )
endif()