Jesse Vincent

Results 59 issues of Jesse Vincent

One common feature of bootloaders is that they try to leave the MCU's state as they found it, turning off interrupts, resetting clock config, etc. I've tracked some weirdness I'm...

Kaleidoscope needs high-level technical architecture documentation describing our various subsystems and APIs and how the pieces fit together. The target of this document is a programmer who is at least...

docs

https://community.keyboard.io/t/programming-any-key-to-send-a-chord/426/5

docs

We need a technical overview of the structure of a Kaleidoscope plugin aimed at a plugin author. Ideally, this should include: * the filesystem layout * the boilerplate one needs...

docs

https://asylum.madhouse-project.org/blog/ contains numerous technical notes about Kaleidoscope's design. When appropriate, with permission and credit, we should import that content into Kaleidoscope's documentation.

docs

We really need to rethink how we do EEPROM storage ordering across firmware flashes. The simplest might just be to always dump eeprom over focus before flash and then restore...

https://github.com/keyboardio/Kaleidoscope/pull/706 has some great Atreus layouts. They should get extracted and bundled into Chrysalis

enhancement

There are no example sketches for MouseKeys. There should be,

bug