]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - setup.cmake
Initial commit of the Burroughs Ergonomic Terminal Keyboard module (BETKB)
[kiibohd-controller.git] / setup.cmake
index 39a50bfff0c3d79f0cbeba3f6effa1cd43f2b7e5..9e710e038657123435cb204028bde7701823b5fa 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  "SonyNEWS" )
+set(  ScanModule  "BETKB" )
 
 ##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
 set( MacroModule  "buffer"  )