Expanded handler implementation, more key defines.
This commit is contained in:
parent
70bf1230fa
commit
60feb8fb09
8 changed files with 189 additions and 47 deletions
|
|
@ -9,8 +9,10 @@ project(zmk)
|
|||
|
||||
# Add your source file to the "app" target. This must come after
|
||||
# find_package(Zephyr) which defines the target.
|
||||
target_include_directories(app PRIVATE include)
|
||||
target_sources(app PRIVATE src/kscan.c)
|
||||
target_sources(app PRIVATE src/keymap.c)
|
||||
target_sources(app PRIVATE src/usb_hid.c)
|
||||
target_sources(app PRIVATE src/main.c)
|
||||
target_sources(app PRIVATE src/handlers.c)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue