-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Graham Holker
committed
Mar 8, 2015
1 parent
a13cdbb
commit e094a54
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
# CMStorm LED Backlight | ||
|
||
This app simply turns on the backlight of a CMStorm Devastator keyboard. | ||
This app simply turns on the backlight of a CMStorm Devastator keyboard. Forked from [Apple's demo code](https://developer.apple.com/library/mac/samplecode/HID_LED_test_tool/Introduction/Intro.html). | ||
|
||
Instructions: | ||
### Instructions: | ||
- [Download](https://github.com/gholker/led-backlight-cmstorm/blob/master/led-backlight-cmstorm?raw=true) | ||
- open terminal and run 'chmod +x ~/Downloads/led-backlight-cmstorm' | ||
- double-click the app | ||
|
||
Forked from [Apple's demo code](https://developer.apple.com/library/mac/samplecode/HID_LED_test_tool/Introduction/Intro.html). | ||
### Install script: | ||
Open terminal and paste the following: | ||
|
||
`curl -L https://raw.githubusercontent.com/gholker/led-backlight-cmstorm/master/install.sh | sh` | ||
|
||
|
||
|