Some refactoring to prep for BLE support.
This commit is contained in:
parent
be53560b77
commit
04fe57d3a3
8 changed files with 43 additions and 19 deletions
|
|
@ -13,6 +13,7 @@ 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/endpoints.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