Skip to content

Commit

Permalink
Add confirmed system specs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlacy committed May 4, 2016
1 parent bbfc05a commit 1ba8ea7
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Region objects are defined as such:
intensity: 'high'
}
}

Which is equivalent to:

right: {
Expand All @@ -187,14 +187,14 @@ Which is equivalent to:
}
}


You can also define just the primary and secondary colors, leaving the intensities to their default (high):

right: {
primary: 'red',
secondary: 'blue'
}

If you specify the color and intensity directly in the Region object, you can set just one of the secondary fields and the other will take the default from the primary (secondary color will be red with light intensity):

right: {
Expand All @@ -218,7 +218,7 @@ Usage:

```javascript

keyboard.mode('breathe', 'green', 'red', 'yellow');
keyboard.mode('breathe', 'green', 'red', 'yellow');

```

Expand Down Expand Up @@ -267,6 +267,18 @@ keyboard.blink(['left','right'], 750);

You can view more examples in the [example folder.](https://github.com/wearefractal/msi-keyboard/tree/master/examples)

### Confirmed Systems

```sh
OS: Debain 8
Kernel: Linux 4.4.0 AMD
Node: v5 / v6
libusb-dev: v0.1.12

---

```

## LICENSE

(MIT License)
Expand Down

0 comments on commit 1ba8ea7

Please sign in to comment.