mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Update readme
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rog-core"
|
name = "rog-core"
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
authors = ["Luke <luke@ljones.dev>"]
|
authors = ["Luke <luke@ljones.dev>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,12 @@ rog-core is a utility for Linux to control many aspects (eventually) of the ASUS
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- Rust!
|
||||||
|
- `libusb-1.0-0-dev` or equivalent package for your distro
|
||||||
|
- `libdbus-1-dev` or equivalent package for your distro
|
||||||
|
|
||||||
## Use
|
## Use
|
||||||
|
|
||||||
Currently requires root for accessing the USB devices (so, sudo).
|
Currently requires root for accessing the USB devices (so, sudo).
|
||||||
@@ -32,7 +38,7 @@ rog-core <command> <subcommand> --help
|
|||||||
- [X] Setting/modifying built-in LED modes
|
- [X] Setting/modifying built-in LED modes
|
||||||
- [ ] Per-key LED setting
|
- [ ] Per-key LED setting
|
||||||
- [ ] Fancy LED modes (custom programs)
|
- [ ] Fancy LED modes (custom programs)
|
||||||
- [ ] Daemon mode
|
- [X] Daemon mode (functionally done)
|
||||||
- [ ] Saving settings for reload (CLI and daemon mode)
|
- [ ] Saving settings for reload (CLI and daemon mode)
|
||||||
- [ ] System control
|
- [ ] System control
|
||||||
- [ ] Capture and use hotkeys, e.g, Aura controls to control LEDs
|
- [ ] Capture and use hotkeys, e.g, Aura controls to control LEDs
|
||||||
|
|||||||
Reference in New Issue
Block a user