animus-family
animus-family copied to clipboard
keyboard firmware family for arduino compatible atmega u series microcontrollers
The vertical and horizontal pins seemed to be swapped. Also the buffer was never cleared which made it a pain to debug anything. The right diverge was also missing the...
KeyStateCoolDown is reset on every key down event instead of only when a key press event would trigger. This fixes my key chatter issue where I think my keys were...
@BlackCapCoder I was looking through the source code and noticed that it was possible for the host to drop bytes if the PC is sending data to the host quicker...
I'm on the latest master firmware (commit fd05771) on my Diverge II. I've noticed that any time I reboot my computer or unplug/plug in the keyboard's USB, the master side...
I wanted to try out stickyFN on a diverge 3, but for some reason none of the sticky keys is generating a key press and I don't see what I...
Hello and thanks for your efforts. I'm trying to use your firmware with my custom keyboard (using Pro Micro) Here is my wiring ``` |2 |3 |4 |5 |6 |7...
Hello, Just discovered your firmware and it sounds great, I want to use it with my hand-wired keyboard, but I'm using teensy 2.0 as my keyboard controller. And when I...