Adding initial FACOM template, and buildall.bash regression script.

This commit is contained in:
Jacob Alexander 2013-01-14 21:31:50 -05:00
parent 6429f6efa8
commit 94390571c4
7 changed files with 759 additions and 2 deletions

View file

@ -1,6 +1,6 @@
###| CMAKE Kiibohd Controller Source Configurator |###
#
# Written by Jacob Alexander in 2011-2012 for the Kiibohd Controller
# Written by Jacob Alexander in 2011-2013 for the Kiibohd Controller
#
# Released into the Public Domain
#
@ -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 "HP150" )
set( ScanModule "FACOM6684" )
##| Uses the key index and potentially applies special conditions to it, mapping it to a usb key code
set( MacroModule "buffer" )
@ -34,6 +34,15 @@ set( DebugModule "full" )
###
# Module Overrides (Used in the buildall.bash script)
#
if ( EXISTS ${PROJECT_SOURCE_DIR}/Scan/${ScanModuleOverride} )
set( ScanModule ${ScanModuleOverride} )
endif ( EXISTS ${PROJECT_SOURCE_DIR}/Scan/${ScanModuleOverride} )
###
# Path Setup
#