From ccfe28a1d756fa4cec4aa3c316ad51f29b25db7a Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 30 Apr 2016 11:01:56 -0700 Subject: [PATCH] Use MDErgo1 for the Scan Module --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e1d4f4b..f6c5ef1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,7 +65,7 @@ include( initialize ) #| Please look at the {Scan,Macro,Output,Debug} 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 "MD1" +set( ScanModule "MDErgo1" CACHE STRING "Scan Module" ) ##| Provides the mapping functions for DefaultMap and handles any macro processing before sending to the OutputModule