From fe961d54a351a793c9037f78a42ae07eddec7d69 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Sun, 3 May 2020 15:49:33 -0400 Subject: Start to get layers + keymaps pulled in from DTS. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3