I have a very odd problem. I can flash (using the Arduino IDE) new firmware to my Model 01. I can swap between the default firmware, and a custom firmeware .ino file.
However, on both versions of the firmware, I can’t modify keymaps. For instance, if I try to swap A
to instead type 1
by changing Key_A
to Key_1
, nothing is actually changed; the A
key still types an a
.
But, other changes in the firmware work just fine, e.g. changes to macros I’ve already set up.
Additionally, this problem only occurs on one of my Model 01s – I just acquired this one as a backup/temporary replacement for my other one on the fritz. If I flash my original one with a modified keymap, the changes take just fine.
Any tips on troubleshooting this?