Skip to content
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] Planck Rev. 6 'set_single_persistent_default_layer' Not Functioning as Intended #14067

Closed
3 tasks
hobby-grade opened this issue Aug 18, 2021 · 1 comment
Closed
3 tasks

Comments

@hobby-grade
Copy link

Describe the Bug

When changing a layer, the layer does not persist between power cycles. This used to persist when using the 'set_single_persistent_default_layer' function. Before, if I changed to layer 1 and unplugged my keyboard and plugged it back in, it would be on layer 1 again. Now it returns to layer 0 when reconnected.

System Information

  • Keyboard: OLKB Planck
    • Revision (if applicable): Rev. 6
  • Operating system: MacOS 11.5.2
  • AVR GCC version: 8.4.0
  • ARM GCC version: 8.3.1 20190703 (release)
  • QMK Firmware version: 0.13.34
  • Any keyboard related software installed?
    • AutoHotKey
    • Karabiner
    • Other:

Additional Context

Am I misunderstanding the functionality of this function?

@hobby-grade
Copy link
Author

This issue has been resolved by @zvecr who discovered that the BOOTMAGIC_ENABLE flag was set to "full" in the rev6 'rules.mk' Correct flag should be BOOTMAGIC_ENABLE = yes. This seems to solve the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant