Some refactoring to prep for BLE support.

This commit is contained in:
Pete Johanson
2020-05-12 14:15:33 -04:00
parent be53560b77
commit 04fe57d3a3
8 changed files with 43 additions and 19 deletions

View File

@@ -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)