Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-15 | Add debug print for serial link errors | ||
This is disabled by default | |||
2016-03-13 | Master mode remains active | ||
It remains active even if the USB link is suspended or otherwise temporarilly goes down. | |||
2016-03-12 | Configurable baud setting | ||
2016-03-12 | Resend the keyboard state every ms | ||
In case there's some errors on the link, and the packet gets lost | |||
2016-03-12 | Remote object callable from many places | ||
Change init_transport to add_remote_objects, so that it can be called many times from different places. | |||
2016-02-28 | Call remote matrix update, when the matrix changes | ||
2016-02-28 | Send the keyboard matrix over the serial link | ||
2016-02-28 | Improve serial link initialization, and add driver | ||
2016-02-28 | Some small fixes for the serial update loop | ||
2016-02-27 | Add simple loop for updating the serial link | ||
2016-02-21 | Create a thread for the serial link | ||
2016-02-21 | Support for Chibios compilation | ||
Remove some warnings, change the include paths. | |||
2016-02-21 | Writing signals events | ||
2016-02-21 | Working triple buffering | ||