]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - setup.cmake
Adding initial version of Sony OA-S3400 converter.
[kiibohd-controller.git] / setup.cmake
index 2bd7cd15020cba82e5d8949bd12bccf1e6fecaa9..5f7450348259e66315ef70beb505c4a17ff44c10 100644 (file)
@@ -1,6 +1,6 @@
 ###| CMAKE Kiibohd Controller Source Configurator |###
 #
-# Written by Jacob Alexander in 2011 for the Kiibohd Controller
+# Written by Jacob Alexander in 2011-2012 for the Kiibohd Controller
 #
 # Released into the Public Domain
 #
@@ -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  "MicroSwitch8304" )
+set(  ScanModule  "SonyOA-S3400" )
 
 ##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
 set( MacroModule  "buffer"  )