Jacob Alexander

Results 282 comments of Jacob Alexander

Linking this here as it's a firmware issue. It should be fixed for the upcoming v0.5.4 firmware release coming out this week. https://github.com/kiibohd/controller/issues/307 I'm going to be tracking the whining...

Any more issues related to this? I believe most of the firmware issues have been worked out. Though there is still a chance that old animations (created before the most...

There can be a few issues: 1. Bad USB cable 2. EMI interference from a nearby device (like a cellphone/microwave/short wave radio/etc.), this helps a lot: https://kiibohd.github.io/wiki/#/KiraRF

I'm transitioning to using HID-IO (instead of the virtual serial port) for CLI access. The main advantage here is that actual RPC is supported instead of just going through a...

Looking into this (hopefully will make it with the upcoming firmware release).

New firmware has been pushed. Let me know if this fixes the Enter key issue (there is another place I can look to fix this issue).

Try the beta firmware here to see if this helps. https://github.com/kiibohd/controller/releases/tag/v0.5.7-beta1

Some more info, the ISSI chip (LED Driver) on the K-Type has some information on gamma correction as well. http://www.issi.com/WW/pdf/IS31FL3733.pdf page 22

Interesting. I'll need to dive into the Grub2 source base at some point. I'm almost certain that grub has a bug where it does not properly do the negotiation of...

For future reference, this is probably the file in grub2 where the keyboard should be negotiated back to 6kro http://git.savannah.gnu.org/cgit/grub.git/tree/grub-core/term/usb_keyboard.c.