-
Notifications
You must be signed in to change notification settings - Fork 433
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 fails to load after commit 11e7cbd #2700
Comments
The workaround may be to remove the _battery line. |
Interesting thx, will take a look at the _battery entry. |
Enum is represented as special string, use enum value for config file Fixes pwr-Solaar#2700 Related pwr-Solaar#2273
@noabody Does this pull request fix the issue? |
Enforce use of enum value. Fixes pwr-Solaar#2700 Related pwr-Solaar#2273
Still can't load config:
|
Did you remove the battery entry before the start? It is malformed and won't load as is. But it should create valid entries again. |
Yep. When changing versions it is necessary to exit solaar, delete |
Looks good:
|
(good) config.yaml at commit 11e7cbd:
(bad) config.yaml at commit 0cd9c0c:
On K830, K400 wireless keyboards _battery field is 4096. After commit 11e7cbd, config.yaml doesn't appear to load, 'Swap Fx' (fn-swap) defaults to 'true' even though the setting is 'false'.
Selectively built on Manjaro Linux using makepkg/pkgbuild with specific commit.
The text was updated successfully, but these errors were encountered: