]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - setup.cmake
Basic matrix module for the hall effect keypad now working.
[kiibohd-controller.git] / setup.cmake
index 00c079489304570b41f744e9e8b714977f136212..f841284fbbc9331cddd8758e49dd1b233e939a25 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  "Tandy1000" )
+set(  ScanModule  "matrix" )
 
 ##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
 set( MacroModule  "basic"  )