view Scan/matrix/setup.cmake @ 27:8b8cad3db8db

Basic matrix module for the hall effect keypad now working. - Includes new "table pinning" setup (much easier to understand) - Matrix layouts will be split into their own dependent modules later - Changed the HID Raw view id (too many teensy devices on this computer...) - Moved the macro processing outside of the usb timer signal (this will be slower overall, but will result in more consistant behaviour)
author Jacob Alexander <triplehaata@gmail.com>
date Sat, 15 Oct 2011 20:01:46 -0700
parents c2ef3daf39e1
children f32c9b3061e0
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=tandy1000_modifierMask
	-DKEYINDEX_MASK=tandy1000_colemak
)