OpenAnnePro / qmk_firmware

This has since been merged back to mainline QMK. Please use qmk/qmk_firmware
https://qmk.fm
GNU General Public License v2.0
196 stars 64 forks source link

Asynchronous, robust serial protocol. #39

Closed blaa closed 3 years ago

blaa commented 3 years ago

Description

Proof-of-concept of an asynchronous, robust serial protocol to communicate with LED and don't hang if we drop a byte. Before merging I'd like to gather opinions and finish new approach to masking Leds.

I run clang-format and did some smaller changes too. Mine current keymap got included by accident, unsure if that's a problem.