Jacob Alexander
Jacob Alexander
This looks like an RF (or possible USB errors) issue. RF can be caused by a lot of things (like having your cell phone in the perfect spot between your...
Unlikely. 1. Led controller is SPI which has better noise immunity than I2C 2. No daughter board for USB connector which is where the noise. So it's much harder for...
The four keys should be fixed now https://github.com/smasher816/kiisrv/commit/432908a890e16771dbe0404224ac994748a35344
I need to think more about how to make reactive animations "default". They are triggered in a fundamentally different way, so this will involve a combination of KLL, firmware and...
I believe this is a carry-over from the McHCK project (that's the basis of the bootloader). It only compiles with GCC I think. I tried a while ago to get...
Hmm, that's an interesting module. And you're right, it does have the sort of specs required for KLL to work right (bluetooth stack will take more than USB, but still,...
So, the keyboard would "work". Though I'm not sure if it would support NKRO, which can be an important feature when using KLL macro capabilities.
We've been doing some initial work for Bluetooth (though progress has been slower as we're still going through all of the Kira bugs and features). Lately I've been leaning towards...
Interesting. Can you get a little more information for me? (this will enter the keyboard cli, and run some status commands) ```bash sudo screen /dev/ttyACM0 outputDebug ``` If nothing shows...
Very interesting, sounds like I'll need to purchase some steam games to test this out. (your keyboard is behaving correctly, so it may be in how the USB HID descriptor...