aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Switch to event-triggered messagingLouis Burda2024-08-101-0/+1
|
* Add mitigation for gpio pin that fails to pull lowLouis Burda2023-12-091-0/+18
|
* Improve loggingLouis Burda2023-12-091-6/+25
|
* Forward warning from slave to master and dont call hid and cdc tasks on slaveLouis Burda2023-02-051-4/+4
|
* Make led blip asynchronous and add sync mechanism to split commsLouis Burda2023-02-051-3/+3
|
* Add led blips for warnings and on startupLouis Burda2023-01-281-6/+16
|
* Add more keys to keymap and add split role detectionLouis Burda2022-12-191-0/+6
|
* Rename matrix to keymat and refactor key matrix accessLouis Burda2022-12-181-91/+11
|
* Add stdio command interface, matrix syncing and basic evaluationLouis Burda2022-12-161-20/+79
|
* Added split uart support based on chibios implLouis Burda2022-12-021-40/+18
|
* Fix pio uart integration with neopix pioLouis Burda2022-11-291-1/+3
|
* Refactoring and added sdk uart (not working)Louis Burda2022-11-291-59/+10
|
* Basic key matrix scan and keycode setupLouis Burda2022-11-281-24/+14
|
* Integrate tinyUSB composite HID exampleLouis Burda2022-11-201-8/+129
|
* Enable double tap bootloader featureLouis Burda2022-11-201-41/+3
|
* Add CDC stdio driver and logging + panic handlersLouis Burda2022-11-201-39/+115
|
* Onboard neopixel led supportLouis Burda2022-11-201-19/+18
|
* Tinyusb HID exampleLouis Burda2022-11-201-0/+119