view Scan/matrix/setup.cmake @ 25:c2ef3daf39e1

Cleaning up main.c - main.c is now mostly complete - Required fixes to matrix.c (some are temporary)
author Jacob Alexander <haata@users.sf.net>
date Fri, 30 Sep 2011 01:30:34 -0700
parents 92de7e0a0a10
children 8b8cad3db8db
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.c
	scan_loop.c
)


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