view Scan/UnivacF3W9/setup.cmake @ 45:8a09c4d30e16

Adding inital outline for Univac-Sperry F3W9 keyboard. - Not tested yet - Packet size is large so it's not possible to use Teensy hardware
author Jacob Alexander <triplehaata@gmail.com>
date Sat, 03 Mar 2012 21:16:41 -0500
parents
children 8a344117d851
line wrap: on
line source

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


###
# Module C files
#

set( SCAN_SRCS
	scan_loop.c
)


###
# Module H files
#
set( SCAN_HDRS
	scan_loop.h
)


###
# File Dependency Setup
#
ADD_FILE_DEPENDENCIES( scan_loop.c ${SCAN_HDRS} )
#add_file_dependencies( scan_loop.c ${SCAN_HDRS} )
#add_file_dependencies( macro.c keymap.h epsonqx10.h )


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

#| Keymap Settings
add_definitions(
	-DMODIFIER_MASK=univacf3w9_ModifierMask
	-DKEYINDEX_MASK=univacf3w9_ColemakMap
	#-DKEYINDEX_MASK=univacf3w9_DefaultMap
)