-
-
Notifications
You must be signed in to change notification settings - Fork 40.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Durgod K320 layout macro is wrong #11883
Comments
I just noticed this yesterday, while reviewing PR #11778. |
I have a patch ready, it fixes some of the layouts, mostly the default one. I don't really have time to spend to fix the others so I just kept an old layout macro for the ones I didn't fix and made a new one that makes sense (as I did above). |
I pushed my patch into the repo, feel free to use it or ignore @spidey3. |
Tested. PR is #11885 and the default keymap works. I don't have a Mac or ISO layout to test these. |
Describe the Bug
I installed QMK on my Durgod K320 and tried to configure it with the QMK configurator. The result was completely garbled and unusable. It seems that the
LAYOUT_tkl_ansi
macro does not match the actual layout as shown in the info.json which results in a mess. The layout macro also doesn't match the physical layout which makes it very hard to write a manual keyboard layout since the keys in the layout macro are not in an order that one can make sense of.Possible resolution
I came out with the following layout macro and it works for me and works with the QMK Configurator output as well. It probably means adapting the existing layouts to this new macro and I'm feeling a bit lazy to do it right now.
The text was updated successfully, but these errors were encountered: