view Scan/matrix/setup.cmake @ 29:f32c9b3061e0

Added TheProfosist's layout, and split up the current layouts - Layouts should be changed as per defines in the Scan modules - Which are then mapped using the macro module (if possible)
author Jacob Alexander <triplehaata@gmail.com>
date Sun, 16 Oct 2011 01:18:08 -0700
parents 8b8cad3db8db
children a004d4015fbb
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
	matrix_scan.c
	scan_loop.c
)


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

#| Keymap Settings
add_definitions(
	-DMODIFIER_MASK=budkeypad_ModifierMask
	#-DKEYINDEX_MASK=budkeypad_TheProfosistMap
	-DKEYINDEX_MASK=budkeypad_DefaultMap
)