Skip to content

Basic Usage

Clive Galway edited this page Mar 2, 2019 · 4 revisions
  1. Include the library
    Place the script next to the WootingAHK Lib folder and include the library:
    #include Lib\WootingAHK.ahk

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

Clone this wiki locally