Jacob Alexander
Jacob Alexander
Thanks for opening this, this functionality is **almost** working (though I have some pieces disabled atm). I'm planning on getting this into the v0.6.0 release in a few weeks (though...
Hmm, that shouldn't be that difficult. In theory it should be possible to use any free pin (not sure if it's possible to make it more efficient utilizing a hardware...
Not quite yet, the next firmware release should include support for indicator LEDs (I've been fixing quite a few bugs related to lock LED lissues). https://github.com/kiibohd/controller/issues/313 I'll also be tracking...
Yes! That code already works for turning the LEDs on (just not turning the LEDs off, haha).
The code already compiles under Linux using gcc or clang. `klltest.bash` compiles an host-side version of the firmware and runs various tests with it. https://github.com/kiibohd/controller/blob/master/Keyboards/Testing/klltest.bash This project has recently been...
The TX0 and RX0 is a UART device (second drop infinity). Currently this is used as an optional debug terminal (when USB isn't working correctly). By default it's disabled. If...
So there are a few ways. One would be to add additional commands to the cli, enable the debug UART and use that to query information (as long as not...
I've had a few reports of this lately. I'm starting to get the unit test validation working for sequence macros (combos are already working). Hoping to have something ready in...
@isabelacmor while it's not up on the web configurator (or the desktop configurator) yet. I have reproduced (and hopefully fixed) the issue. https://github.com/kiibohd/controller/commit/04e42b96cfaaece466837ff0d8301accecac43cb
Closing this, please re-open if it's not working.