-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
CONFIG_ZMK_WIDGET_LAYER_STATUS not working #2467
Comments
Does it work if you add I think this change now causes it to use empty string rather than layer index when it isn't assigned: c8c1959#diff-d159782fc3c35e2f081cc4383f5b9d2dd4daae5aa656f18a4ed09a430477916aR67 |
ok, can you tell me where I define that display name?
my layers are is this the display name? |
No, it is an additional property that goes in the node like I mentioned above. See examples in
|
Nice, it worked. Actually, it's even better, because I thought that I could only display a number as a layer "name" to be displayed, and now I have the name I want. Thanks |
I added this to the docs in #2460 |
Flease give #2491 a test. |
Closing given #2491 is merged, please re-open if still an issue. |
A few days ago, CONFIG_ZMK_WIDGET_LAYER_STATUS stopped showing the layer we are in.
this is my conf file:
If I flash a version from, for example, a month ago, it works great.
The same code compiled last week won't show the layer number we are in.
I tried something I read that CONFIG_ZMK_WIDGET... are no longer needed to put in conf file, but even so, it doesn't work.
My keyboard is the Split Corne wireless connected via BT (also with cable, layer is not displayed)
The text was updated successfully, but these errors were encountered: