]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - setup.cmake
Adding support for the Micro Switch 8304 Hall Effect Keyboard
[kiibohd-controller.git] / setup.cmake
index bbf0846c0ab7ed610059f386697d572b46df5e91..2bd7cd15020cba82e5d8949bd12bccf1e6fecaa9 100644 (file)
@@ -20,7 +20,7 @@
 #| 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  "Kaypro1" )
+set(  ScanModule  "MicroSwitch8304" )
 
 ##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
 set( MacroModule  "buffer"  )
@@ -78,6 +78,7 @@ macro( PathPrepend Output SourcesPath )
 
        # Loop through items
        foreach( item ${ARGN} )
+               # Set the path
                set( tmpSource ${tmpSource} "${SourcesPath}/${item}" )
        endforeach( item )