Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
apo5tol committed Feb 19, 2021
2 parents b440913 + 5b1c38a commit e345116
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@

- On the keyboard press `Fn` + `1`.
- Make sure you are a sudo user.
- Run the script.
- Run the script:
```console
$ rgb-control -c ff0000
```

### Installing
```console
$ python -m pip install rgb-control
```

### Optional arguments:
``` bash
``` console
-c - color in hex format. Example: 00ff00 #green
-id_v - vendor id in hex format, default: 0x09DA
-id_p - product id in hex format, default: 0xFA10
Expand Down

0 comments on commit e345116

Please sign in to comment.