Skip to content

Commit

Permalink
Fix zmk new file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbb committed Oct 16, 2023
1 parent 77e74eb commit 5d3b559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/tako_drivers/kscan/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

zephyr_library_named(zmk__hhkb_drivers__kscan_ec)
zephyr_library_include_directories(${CMAKE_SOURCE_DIR}/include)
zephyr_library_include_directories(${CMAKE_SOURCE_DIR}/drivers/kscan)
zephyr_library_include_directories(${CMAKE_SOURCE_DIR}/module/include/zmk)
zephyr_library_include_directories(${CMAKE_SOURCE_DIR}/module/drivers/kscan)

zephyr_library_sources(kscan_gpio_ec.c)

0 comments on commit 5d3b559

Please sign in to comment.