]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - setup.cmake
Finishing up the Epson QX-10 module
[kiibohd-controller.git] / setup.cmake
index 00c079489304570b41f744e9e8b714977f136212..c3c1567019bc765f099f75714c03961ad1830d70 100644 (file)
 #| Please the {Scan,Macro,USB,Debug}/module.txt for information on the modules and how to create new ones
 
 ##| Deals with acquiring the keypress information and turning it into a key index
-set(  ScanModule  "Tandy1000" )
+set(  ScanModule  "EpsonQX-10" )
 
 ##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
-set( MacroModule  "basic"  )
+set( MacroModule  "buffer"  )
 
 ##| Sends the current list of usb key codes through USB HID
 set(   USBModule  "pjrc"   )
@@ -78,6 +78,7 @@ macro( PathPrepend Output SourcesPath )
 
        # Loop through items
        foreach( item ${ARGN} )
+               # Set the path
                set( tmpSource ${tmpSource} "${SourcesPath}/${item}" )
        endforeach( item )