keymapviz
keymapviz copied to clipboard
fix regression error from a6ad816
commit a6ad816 reintroduced an older default layout (prior to 23efd74), and replaced the 2u_inner layout (created in e287c9b) with the layout that should be the default.
@yearski
I want to align it with the default ASCII art of ergodash in qmk_firmware.
If you want to use a different layout, please use the --layout 2u_inner
option.
https://github.com/qmk/qmk_firmware/blob/a2ed670eee98cab826e0b959576716cd7e13a946/keyboards/ergodash/rev1/keymaps/default/keymap.c
The 2u_inner layout is incorrect now, it is swapped with the default.
I'd still suggest my PR over the qmk ASCII art. The qmk ASCII art represents the electrical matrix which does not produce a great visualization (which is what brought me to keymapviz). But of course, this is your project so the decision is yours.