aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Small fixupsLouis Burda2022-12-282-16/+9
|
* Allow forcing split roleLouis Burda2022-12-281-0/+4
|
* Use separate hid interface for keyboard protoLouis Burda2022-12-284-99/+127
|
* stash getting hid keyboard proto workingLouis Burda2022-12-283-27/+33
|
* Simplify make targetsLouis Burda2022-12-271-16/+11
|
* Automatically clone submodules and patch tinyusb on initial makeLouis Burda2022-12-271-7/+13
|
* Implement more keysym functionsLouis Burda2022-12-279-111/+360
|
* Add special hid functionality, consumer control workingLouis Burda2022-12-1916-226/+489
|
* Enable temporary (weak) mods for specific keys and layer switching with modsLouis Burda2022-12-198-110/+236
|
* Add more keys to keymap and add split role detectionLouis Burda2022-12-1910-51/+73
|
* Added layer switching and debouncingLouis Burda2022-12-189-170/+315
|
* Rename matrix to keymat and refactor key matrix accessLouis Burda2022-12-1815-269/+360
|
* Add stdio command interface, matrix syncing and basic evaluationLouis Burda2022-12-1610-58/+207
|
* Switch to full-duplex uartLouis Burda2022-12-134-92/+52
|
* Add response delay to work around communication issueLouis Burda2022-12-023-73/+64
|
* Added split uart support based on chibios implLouis Burda2022-12-0219-356/+410
|
* Fix pio uart integration with neopix pioLouis Burda2022-11-296-59/+79
|
* Adapt ChibiOS uart pio implementation (untested)Louis Burda2022-11-292-28/+242
|
* Refactoring and added sdk uart (not working)Louis Burda2022-11-2912-260/+284
|
* Basic key matrix scan and keycode setupLouis Burda2022-11-2813-25/+1091
|
* Integrate tinyUSB composite HID exampleLouis Burda2022-11-204-29/+164
|
* Enable double tap bootloader featureLouis Burda2022-11-202-41/+4
|
* Add CDC stdio driver and logging + panic handlersLouis Burda2022-11-2011-237/+427
|
* Onboard neopixel led supportLouis Burda2022-11-209-29/+312
|
* Tinyusb HID exampleLouis Burda2022-11-209-0/+453