| 12345678910111213 |
- 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.
|