summaryrefslogtreecommitdiff
path: root/app/src/hog.c
AgeCommit message (Collapse)Author
2020-09-13feat(bluetooth): Add back profiles, split fixes.Pete Johanson
* Add back in profiles, not using Zephyr BT identity infrastructure. * Restore additional `&bt` commands for profile operations. * Fix for split pairing and subscriptions, since Zephyr persists subscriptions across connects. * Remove keymap from peripheral builds, reduces firmware size, and avoids unneeded attempts to send HID data.
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-07-07Use SYS_INIT for BLE and USB init.Pete Johanson
2020-06-08Move Zephyr app into subdirectory.Pete Johanson