https://github.com/techlemur/cue-sdk-notifier
Simple cli script for changing corsair keyboard key colors temporarily
https://github.com/techlemur/cue-sdk-notifier
Last synced: about 1 year ago
JSON representation
Simple cli script for changing corsair keyboard key colors temporarily
- Host: GitHub
- URL: https://github.com/techlemur/cue-sdk-notifier
- Owner: techlemur
- License: mit
- Created: 2020-09-27T19:22:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T01:01:36.000Z (over 5 years ago)
- Last Synced: 2023-10-27T01:32:28.794Z (over 2 years ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cue-sdk-notifier
Simple cli script for changing corsair rgb key colors
## Install
```sh
cd cue-sdk-notifier
npm install
node notify.js -h
```
## cli
```sh
Usage:
notify.js [OPTIONS] [ARGS]
Options:
-i, --interactive [BOOLEAN] Interactive mode
-n, --device [NUMBER] Device number
-k, --keyIds [STRING] Key id's EX: -k "27 38 39 40"
-e, --keys [STRING] Easy keys
-c, --color [STRING] Hex color (Default is f00)
-c2, --color2 [STRING] Hex color (Default is 000)
-b, --blink [NUMBER] Number of times to flash keys (Default is 1)
-d, --delay [NUMBER] Delay between flashes in milliseconds (Default is
1000)
-d2, --delay2 [NUMBER] Delay between flashes in milliseconds
-h, --help Display help and usage details
```