Refactor for better organization

This commit is contained in:
Pete Johanson
2020-05-01 19:14:18 -04:00
parent 495cd00658
commit 4e672eafd4
4 changed files with 36 additions and 19 deletions

View File

@@ -8,5 +8,6 @@ project(zmk)
# Add your source file to the "app" target. This must come after
# find_package(Zephyr) which defines the target.
target_sources(app PRIVATE src/kscan.c)
target_sources(app PRIVATE src/main.c)