10 Commits (53bec710d869440508ebc03fe99bf72d7a8466bc)

Author SHA1 Message Date
Peter Johanson 40cd8da743 fix(usb): Split HID from core USB, logging fix. 2 years ago
Peter Johanson 9d34cf561e fix(usb): USB state changes in system thhread. 3 years ago
Pete Johanson 3fe2acc2d1 refactor(core): Extra event payloads to own types, refactor API. 4 years ago
innovaker 842aa5a842 refactor: replace filename hyphens with underscores 4 years ago
innovaker f7d9d52221 refactor(app): replace `void` with `const struct device *dev` in ISR CBs 4 years ago
innovaker 00ca0d2f1c refactor(app): replace `struct device *` with `const struct device *` 4 years ago
innovaker bac1f17cf6 refactor(app): replace Zephyr integer types with C99 integer types 4 years ago
Pete Johanson 32e7159373 refactor(hid): Mod defines in dedicated header. 4 years ago
Joel Spadin 1d369ffa73 feat: only send HID reports to one endpoint 4 years ago
Pete Johanson bbf5a5905a refactor(usb): Report USB status w/o HID output. 4 years ago
Pete Johanson 307a8d09db feat(usb): Function to access latest USB status. 4 years ago
Pete Johanson 191a2d755a chore: clang-format the codebase. 4 years ago
Pete Johanson 68e72f9275 fix: Switch to single AUTHORS file.* Closes #164 4 years ago
Pete Johanson 66c4b7ebb0 fix(usb): Restore write semaphore, release it on write failures. 4 years ago
Pete Johanson e5ba03f088 Revert "Merge pull request #93 from careyk007/main" 4 years ago
Kellen Carey 5b4e5a30c4 remove unnecessary include 4 years ago
Kellen Carey 25c8a26998 wait before sending HID report 4 years ago
Pete Johanson 7c5fb7adb5 Use SYS_INIT for BLE and USB init. 4 years ago
Pete Johanson 38f1dbd984 Move Zephyr app into subdirectory. 4 years ago
Pete Johanson 8de6c85b74 Implement a basic set of consumer page keycodes. 4 years ago
Pete Johanson ed5532bf94 Add a mock kscan driver, working native_posix. 4 years ago
Pete Johanson c1905745b3 Refactor build/config/keymaps. 4 years ago
Pete Johanson 73bea6218e Some initial BEL HoG support. 4 years ago
Pete Johanson be53560b77 Full NKRO support, fixes for keymap key selection. 4 years ago
Pete Johanson a63a773983 Get *basic* USB report sending working. 4 years ago