view Scan/Tandy1000/setup.cmake @ 26:c06a5ebb4fca

Tandy 1000 Converter, basicly works, except for packet mismatches - Caused by too much processing in the converter... - Easy to fix if I remove the macro engine...
author Jacob Alexander <triplehaata@gmail.com>
date Sat, 01 Oct 2011 00:54:18 -0700
parents
children 00a06e011158
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_colemak
)