DPH Scan Module now compiles with recent architecture cleanups.

This commit is contained in:
Jacob Alexander 2014-04-16 00:15:09 -07:00
parent c905bfdebf
commit bb9c009586
6 changed files with 297 additions and 18 deletions

View 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" )