aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* stash getting hid keyboard proto workingLouis Burda2022-12-283-27/+33
* Implement more keysym functionsLouis Burda2022-12-279-111/+360
* Add special hid functionality, consumer control workingLouis Burda2022-12-1915-226/+487
* Enable temporary (weak) mods for specific keys and layer switching with modsLouis Burda2022-12-197-110/+235
* Add more keys to keymap and add split role detectionLouis Burda2022-12-198-43/+63
* Added layer switching and debouncingLouis Burda2022-12-189-170/+315
* Rename matrix to keymat and refactor key matrix accessLouis Burda2022-12-1814-268/+359
* Add stdio command interface, matrix syncing and basic evaluationLouis Burda2022-12-1610-58/+207
* Switch to full-duplex uartLouis Burda2022-12-132-90/+50
* Add response delay to work around communication issueLouis Burda2022-12-022-71/+62
* Added split uart support based on chibios implLouis Burda2022-12-0216-355/+369
* Fix pio uart integration with neopix pioLouis Burda2022-11-296-59/+79
* Adapt ChibiOS uart pio implementation (untested)Louis Burda2022-11-291-28/+241
* Refactoring and added sdk uart (not working)Louis Burda2022-11-299-123/+254
* Basic key matrix scan and keycode setupLouis Burda2022-11-2812-25/+1087
* Integrate tinyUSB composite HID exampleLouis Burda2022-11-204-29/+164
* Enable double tap bootloader featureLouis Burda2022-11-201-41/+3
* Add CDC stdio driver and logging + panic handlersLouis Burda2022-11-208-234/+416
* Onboard neopixel led supportLouis Burda2022-11-205-19/+168
* Tinyusb HID exampleLouis Burda2022-11-203-0/+396