Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Holker committed Mar 8, 2015
1 parent a13cdbb commit e094a54
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
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`



0 comments on commit e094a54

Please sign in to comment.