mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
Add rainbow, Readme, fixes
This commit is contained in:
46
README.md
Normal file
46
README.md
Normal file
@@ -0,0 +1,46 @@
|
||||
# ROG-Core
|
||||
|
||||
rog-core is a utility for Linux to control many aspects (eventually) of the ASUS ROG laptops like the Zephyrus GX502GW.
|
||||
|
||||
The laptop I currently have is the GX502RW and so I'll be using that for the basis of this app. If I get wireshark captures from others with different ROG laptops then I should be able to add something like laptop and feature detection.
|
||||
|
||||
## Use
|
||||
|
||||
Currently requires root for accessing the USB devices (so, sudo).
|
||||
|
||||
Commands are given by:
|
||||
|
||||
```
|
||||
rog-core <option> <command> <command-options>
|
||||
```
|
||||
|
||||
Help is available through:
|
||||
|
||||
```
|
||||
rog-core --help
|
||||
rog-core <command> --help
|
||||
```
|
||||
|
||||
Some commands may have subcommands:
|
||||
|
||||
```
|
||||
rog-core <command> <subcommand> --help
|
||||
```
|
||||
|
||||
## Implemented
|
||||
|
||||
- [X] Setting/modifying built-in LED modes
|
||||
- [ ] Per-key LED setting
|
||||
- [ ] Fancy LED modes (custom programs)
|
||||
- [ ] Daemon mode
|
||||
- [ ] Saving settings for reload (CLI and daemon mode)
|
||||
- [ ] System control
|
||||
- [ ] Capture and use hotkeys, e.g, Aura controls to control LEDs
|
||||
|
||||
## Wireshark captures
|
||||
|
||||
TODO
|
||||
|
||||
## License
|
||||
|
||||
Mozilla Public License 2 (MPL-2.0)
|
||||
Reference in New Issue
Block a user