-
Notifications
You must be signed in to change notification settings - Fork 3
Basic Usage
Clive Galway edited this page Mar 2, 2019
·
4 revisions
-
Include the library
Place the script next to the WootingAHKLibfolder and include the library:
#include Lib\WootingAHK.ahk -
Instantiate the WootingAHK library
You only need to do this once, no matter how many keys you subscribe to
Wooting := new WootingAHK()
You now have a WootingAHK Object which can be used to add keys, set RGB values etc