Skip to content

Commit dd63576

Browse files
committed
Prepare new version
1 parent dba99e5 commit dd63576

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cherryrgb_cli"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2018"
55
publish = false
66

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88
Tested with
99
* Cherry Keyboard G80-3000N RGB (046a:00dd)
1010

11+
## Features
12+
13+
Done
14+
15+
* Set LED animation
16+
* Set single-/multi-color (rainbow)
17+
* Set LED brightness
18+
* Set LED color per key
19+
20+
Missing
21+
22+
* Individual keymapping
23+
1124
## Library
1225

1326
Please see [Docs.rs](https://docs.rs/cherryrgb)

cherryrgb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cherryrgb"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
edition = "2018"
55
description = "Cherry RGB keyboard instrumentation"
66
repository = "https://github.com/skraus-dev/cherryrgb-rs"

0 commit comments

Comments
 (0)