]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - setup.cmake
Final SonyNEWS commit before sending device back
[kiibohd-controller.git] / setup.cmake
index 00c079489304570b41f744e9e8b714977f136212..39a50bfff0c3d79f0cbeba3f6effa1cd43f2b7e5 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  "SonyNEWS" )
 
 ##| 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 )