view Scan/Tandy1000/setup.cmake @ 36:00a06e011158

Pre Tandy1000 overhaul
author Jacob Alexander <triplehaata@gmail.com>
date Mon, 28 Nov 2011 22:20:04 -0800
parents c06a5ebb4fca
children 8a344117d851
line wrap: on
line source

###| CMake Kiibohd Controller Scan Module |###
#
# Written by Jacob Alexander in 2011 for the Kiibohd Controller
#
# Released into the Public Domain
#
###


###
# Module C files
#

set( SCAN_SRCS
	scan_loop.c
)


###
# Module Specific Options
#
add_definitions( -I${HEAD_DIR}/Keymap )

#| Keymap Settings
add_definitions(
	-DMODIFIER_MASK=tandy1000_ModifierMask
	-DKEYINDEX_MASK=tandy1000_ColemakMap
	#-DKEYINDEX_MASK=tandy1000_DefaultMap
)