Janky config save/load. Fine for builtin modes

This commit is contained in:
Luke
2020-04-16 21:55:49 +12:00
parent 0a88b5b20a
commit 5f8ea365ef
7 changed files with 106 additions and 4 deletions

View File

@@ -43,15 +43,20 @@ Some commands may have subcommands:
rog-core <command> <subcommand> --help
```
## Daemon mode
Currently the last used brightness and builtin mode will be saved when set, and loaded when the daemon is started. The effect here is the last settings used are the ones loaded on boot.
## Implemented
- [X] Setting/modifying built-in LED modes
- [ ] Per-key LED setting
- [ ] Fancy LED modes (custom programs)
- [X] Daemon mode (functionally done)
- [ ] Saving settings for reload (CLI and daemon mode)
- [X] Saving settings for reload (needs further work)
- [ ] System control
- [ ] Capture and use hotkeys, e.g, Aura controls to control LEDs
- [ ] Logging - required for journalctl
## Wireshark captures