view Scan/IBMConvertible/setup.cmake @ 53:c6fdd7005ea0

Adding initial HP150 and IBMConvertible scan modules. - HP150 is not ready - IBMConvertible is ready to start testing
author Jacob Alexander <triplehaata@gmail.com>
date Thu, 15 Nov 2012 01:28:31 -0800
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
#

#| XXX Requires the ../ due to how the paths are constructed
set( SCAN_SRCS
	../matrix/matrix_scan.c
	../matrix/scan_loop.c
)


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

#| Keymap Settings
add_definitions(
	-DMODIFIER_MASK=ibmconv_ModifierMask
	#-DKEYINDEX_MASK=ibmconv_DefaultMap
	-DKEYINDEX_MASK=ibmconv_ColemakMap
)