]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - setup.cmake
Porting teensy-loader-cli to use libusb-1.0 (from 0.1).
[kiibohd-controller.git] / setup.cmake
index 93b372e0829cf2621234ae7673f19162244b6ea3..4324b0fbe21c56dc6a047989f56eda084edb3f10 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 "ADCTest" )
+set(   ScanModule "DPH" )
 
 ##| Provides the mapping functions for DefaultMap and handles any macro processing before sending to the OutputModule
 set(  MacroModule "PartialMap" )