Andreas Heider

Results 14 issues of Andreas Heider

Once we can pair to the App it'd be nice to be able to support uploading custom LED themes. I think all we need to do in the key stm32...

There is a half-broken USB driver in https://github.com/ah-/anne-key/tree/master/src/usb. Fix it up, and integrate it with the rest of the keyboard.

We have a mostly working implementation of bluetooth pairing etc. Talking to the BT controller works, and I have managed to pair with my laptop. It'd be nice to implement...

Currently the serialisation is a bunch of slightly sketchy mem transmutes and enums. It works ok, and is as fast as it gets, and produces little binary size overhead. It...

It'd be really cool to have some visual feedback when the FN layers are active. We could for example highlight the arrow keys in blue, and help a bit with...

We should document the messaging protocol a bit better, with basics and a few example messages. Also that it uses 8400 not 115... as the baud rate on both usarts.

There is a Web USB flashing tool here: https://devanlai.github.io/webdfu/dfu-util/ that might help making it really easy to install our custom firmware. We could even have a landing page where you...

Right now there is a global timer that continuously scans which keys are pressed and sends out HID reports based on that. The keys are all wired up so key...

Somehow support macros. I have never used keyboard macros before, so it might be worth looking at https://docs.qmk.fm/feature_macros.html to see how they do it. Usually QMK does things quite well.

Implement the necessary protocol bits. Especially probably handling larger message sizes. Then somehow convert from the obins layout format (I think it's 2 bytes per key, one with the scancode...