]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - setup.cmake
Adding inital outline for Univac-Sperry F3W9 keyboard.
[kiibohd-controller.git] / setup.cmake
index c3eb2a25c06d88048833bebe0e775db06cab1b73..0f71324c97ccce7a7cc9d1d3a08dcd6ff7da0ef2 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  "BudKeypad" )
+set(  ScanModule  "UnivacF3W9" )
 
 ##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
 set( MacroModule  "buffer"  )