aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/src/usb_hid.c
AgeCommit message (Expand)Author
2024-12-09feat(mouse): Add mouse move and scroll support (#2477)Pete Johanson
2024-06-21fix(usb): Ensure USB init is lastPeter Johanson
2024-02-09refactor: All SYS_INIT functions are void args.Peter Johanson
2024-01-05lint: add (void) parameter to pass -Wstrict-prototypesChris Andreae
2023-11-27feat: handle LED indicators reportAlessandro Bortolin
2023-11-15feat(mouse): Initial mouse keys support.Alexander Krikun
2023-11-13fix(usb): Build with ZMK_USB_BOOT disabled.Peter Johanson
2023-11-13feat(usb): Add boot protocol supportChris Andreae
2023-04-05refactor: Move to `zephyr/` include paths.Peter Johanson
2022-04-13fix(usb): Split HID from core USB, logging fix.Peter Johanson
2020-10-04refactor(usb): Report USB status w/o HID output.Pete Johanson
2020-10-01feat(usb): Function to access latest USB status.Pete Johanson
2020-09-14chore: clang-format the codebase.Pete Johanson
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-08-18fix(usb): Restore write semaphore, release it on write failures.Pete Johanson
2020-08-17Revert "Merge pull request #93 from careyk007/main"Pete Johanson
2020-08-16remove unnecessary includeKellen Carey
2020-08-16wait before sending HID reportKellen Carey
2020-07-07Use SYS_INIT for BLE and USB init.Pete Johanson
2020-06-08Move Zephyr app into subdirectory.Pete Johanson