-
Notifications
You must be signed in to change notification settings - Fork 41
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
status prints dvorak even when qwerty and initial keymap doesn't persist after unplug #28
Comments
The settings not being persisted likely is a duplicate of #8 I’m not sure about the wrong status, though, that might be a QMK issue. Perhaps someone else reading this issue has any ideas? |
So a simple fix for me would be just to change the layers order somehow so mac comes first. How would I change the code at that point for that? |
I don’t use QMK layers, I use the NEO layout which comes with its own layers. Your question might be better asked in the QMK project itself, not in this specific controller project :) |
https://beta.docs.qmk.fm/using-qmk/software-features/feature_layers seems to be the documentation from QMK regarding the layers feature. The layers you’re using are specific to the kzar QMK keymap, so perhaps @kzar can shed some light on this? |
Yea, I think that's right. I could never get the layers to persist at all. If you ever get it working with the Teensy 3.6 @stapelberg let me know and I'll test that the various layers in my keymap persist correctly. It's possible I'll need to make changes too.
You would edit the file
Huh, I just tested it and you're right. That's weird since I obviously had this working correctly previously. I will investigate and attempt to fix that when I get a chance. Thanks for letting me know! |
Looks like the wrong status was fixed with qmk/qmk_firmware#12895 The persistence issue will be fixed once QMK merges the EEPROM support PR: qmk/qmk_firmware#12947 I’ll close this issue, please follow the PR if you’re interested. |
i'm using
and heres what status prints:
some questions:
thankx :)
The text was updated successfully, but these errors were encountered: