-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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] Layer change not persistent and no startup sound when compiling using QMK (planck/rev6) #13790
Comments
This is a known issue, at least the audio part. The persistent layers, are you using the |
Thank you for linking to the audio bug. I was not aware of that other issue. Regarding the persistent layer change, I actually am using |
Interestingly, I got it to work now!! Unfortunately, I cannot exactly say what solved it in the end, but I did disable
in the rules.mk file, which were enabled by default. It seems that the enabled bootmagic prevented the function |
Hi fellow planckers,
I have just gotten into customizing my planck/rev6 and it has been mostly a lot of fun, although now I have hit a wall. I have already spent many frustrating hours trying to get the startup sound back and to make the layer changes persistent. With the compiled keymap that I can download from within the QMK toolbox (from qmk.fm), everything works fine. However, when compiling on my machine, even when just compiling the "default" keymap that is found under "keymaps/default" I get no startup sounds and the layer changes are not persistent through power loss.
To me, it seems that something must be wrong with the compiling environment, although there is no error message. Is the .bin file that I can download from qmk.fm directly generated based on the files in "keymaps/default" or am I missing something?
Does somebody else experience the same issue when compiling? I have tried compiling the default keymap both under windows 10 and WSL ubuntu. I have followed the install instructions to the letter. For windows 10 I used the one-click QMK MSYS installer from
https://msys.qmk.fm/
.The command I used was:
qmk compile -kb planck/rev6 -km default
Btw, compiling from the online configurator also resulted in me losing the startup sounds and the layer persistence.
I am grateful for any advice on how to proceed from here.
Thanks a lot,
J
Describe the Bug
System Information
The text was updated successfully, but these errors were encountered: