aboutsummaryrefslogtreecommitdiffstats
path: root/src/hid.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove old debouncing code and adjust timeoutLouis Burda2024-08-101-15/+0
|
* Improve loggingLouis Burda2023-12-091-6/+6
|
* Send key report on active modifier changeLouis Burda2023-02-131-1/+2
|
* fixup! Only update weakmods when new keycode is addedLouis Burda2023-02-131-0/+2
|
* Only update weakmods when new keycode is addedLouis Burda2023-02-131-4/+14
|
* Forward warning from slave to master and dont call hid and cdc tasks on slaveLouis Burda2023-02-051-1/+1
|
* Keep weak_mods active until a key state changesLouis Burda2023-01-291-10/+28
|
* Add led blips for warnings and on startupLouis Burda2023-01-281-2/+2
|
* Fix macro_send for multiple held keysLouis Burda2023-01-091-23/+23
|
* Use separate hid interface for keyboard protoLouis Burda2022-12-281-43/+68
|
* stash getting hid keyboard proto workingLouis Burda2022-12-281-10/+7
|
* Implement more keysym functionsLouis Burda2022-12-271-74/+254
|
* Add special hid functionality, consumer control workingLouis Burda2022-12-191-47/+159
|
* Enable temporary (weak) mods for specific keys and layer switching with modsLouis Burda2022-12-191-89/+135
|
* Add more keys to keymap and add split role detectionLouis Burda2022-12-191-1/+1
|
* Added layer switching and debouncingLouis Burda2022-12-181-29/+178
|
* Rename matrix to keymat and refactor key matrix accessLouis Burda2022-12-181-16/+90
|
* Add stdio command interface, matrix syncing and basic evaluationLouis Burda2022-12-161-0/+37
|
* Refactoring and added sdk uart (not working)Louis Burda2022-11-291-63/+2
|
* Basic key matrix scan and keycode setupLouis Burda2022-11-281-0/+75