qmk_configurator
qmk_configurator copied to clipboard
Key rotation
The QMK Firmware repository have a keyboard defining rotations (https://github.com/qmk/qmk_firmware/blob/master/keyboards/signum/3_0/elitec/info.json) but they don't seem to be correct (https://i5ar.github.io/yake/#/signum/3_0/elitec).
I implemented rotations (r
, rx
and ry
) the same way KLE does (which is the same way SVG does and probably other libraries too).
I can make a PR to fix the rotations of that keyboard but before I want to make sure the QMK Configurator will also be implementing rx
and ry
the same way.
This is the fix (I also moved the keys 1/4 unit to the right). You can load it here to see the changes.
Yeah go ahead if it's not correct compared to others. We're not using rotation right now.