aboutsummaryrefslogtreecommitdiffstats
path: root/src/usb_descriptors.c
Commit message (Collapse)AuthorAgeFilesLines
* Update USB VID/PID to 1209/DEF0Louis Burda2023-06-191-1/+1
|
* Reorder usb hid descriptors for better compatibilityLouis Burda2023-01-081-17/+17
|
* Small fixupsLouis Burda2022-12-281-15/+8
|
* Use separate hid interface for keyboard protoLouis Burda2022-12-281-51/+56
|
* stash getting hid keyboard proto workingLouis Burda2022-12-281-14/+16
|
* Implement more keysym functionsLouis Burda2022-12-271-4/+4
|
* Add special hid functionality, consumer control workingLouis Burda2022-12-191-1/+3
|
* Enable temporary (weak) mods for specific keys and layer switching with modsLouis Burda2022-12-191-1/+1
|
* Add more keys to keymap and add split role detectionLouis Burda2022-12-191-6/+6
|
* Rename matrix to keymat and refactor key matrix accessLouis Burda2022-12-181-1/+1
|
* Integrate tinyUSB composite HID exampleLouis Burda2022-11-201-21/+25
|
* Add CDC stdio driver and logging + panic handlersLouis Burda2022-11-201-136/+171
|
* Tinyusb HID exampleLouis Burda2022-11-201-0/+170