]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - setup.cmake
Adding CLI and CDC Serial support for Teensy 2.0 and Teensy 2.0++
[kiibohd-controller.git] / setup.cmake
index aa1362d391d5e2b5a28a2a98d57a38b3c7116de7..57b19d22dbcfa196fbda7b41b1beddcbe7bb3e4b 100644 (file)
@@ -20,7 +20,7 @@
 #| Please look at 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  "MBC-55X" )
+set(  ScanModule  "SKM67001" )
 
 ##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
 set( MacroModule  "buffer"  )