Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-28 | feat(endpoints): clear HID report on endpoint change | Joel Spadin | |
This prevents stuck keys when switching endpoints by clearing everything in the HID report and sending one last report before switching to the new endpoint. | |||
2020-10-28 | feat: only send HID reports to one endpoint | Joel Spadin | |
Added some utility functions and an event for tracking the state of the USB connection. Updated endpoints.c to select a single endpoint to send HID reports to based on the status of the USB and BLE connections. Partially fixes #206. Future commits will add a user setting to control which endpoint is used if both USB and BLE are ready. | |||
2020-10-04 | refactor(usb): Report USB status w/o HID output. | Pete Johanson | |
2020-09-14 | chore: clang-format the codebase. | Pete Johanson | |
* Use the LLVM style * Override indent width (8) and column limit (100) * Fixes #142. | |||
2020-09-10 | fix: Switch to single AUTHORS file.* Closes #164 | Pete Johanson | |
2020-07-25 | Remove extra '#'. | Pete Johanson | |
2020-07-07 | Use SYS_INIT for BLE and USB init. | Pete Johanson | |
2020-06-22 | Fix consumer keys w/ refactored behaviors. | Pete Johanson | |
2020-06-20 | Lots more pieces toward HID working again. | Pete Johanson | |
2020-06-08 | Move Zephyr app into subdirectory. | Pete Johanson | |