diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-05-03 15:49:33 -0400 |
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-03 15:49:33 -0400 |
| commit | fe961d54a351a793c9037f78a42ae07eddec7d69 (patch) | |
| tree | 32a2c446adb875c4027d6935e1e27b0e7774c8a0 /CMakeLists.txt | |
| parent | 7b4394b3e775e4be06dd80a3f967b0c28ba74d14 (diff) | |
Start to get layers + keymaps pulled in from DTS.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b6e66ba..7c2e065 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,5 +9,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/keymap.c) target_sources(app PRIVATE src/main.c) |
