-
Notifications
You must be signed in to change notification settings - Fork 4
/
Readme.txt
executable file
·13 lines (10 loc) · 1.12 KB
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
DreamCheekyUSB provides .NET drivers for the Dream Cheeky Webmail Notifier (http://www.dreamcheeky.com/webmail-notifier)
and the Dream Cheeky Iron Man USB Stress Button (http://www.amazon.com/Iron-Mann-USB-Power-Button/dp/B0041HQQVA)
It was created using the https://github.com/mikeobrien/HidLibrary/ and is released under the Apache License V2.0
You can control the LED using either DreamCheekyLED.exe with command line arguments or via C#/VB/Powershell using
the DreamCheekyUSB.DreamCheekyLED object. The code supports multiple devices and has options for blinking and fading.
See DreamCheekyLED.exe for command line examples or the DreamCheekyLED*.ps1 files for powershell examples.
The DreamCheekyBTN.exe has command line arguments that will let you run a program whenever the button is pressed or
convert the button press events into a keyboard macro that can perform an action or be picked up by other programs
like AutoHotKey. The code should also support multiple devices, and can be run multiple times for additional triggers.
See DreamCheekyBTN.exe for command line examples or the AutoHotKey.ahk file for a sample AutoHotKey script.