view Scan/MatrixARM/setup.cmake @ 434:eae9fd6acc9a

Fixed ghosting matrix check (did send bad keys on release), now using also ghost_old state
author CryHam <cryham@gmail.com>
date Sun, 08 May 2016 09:31:48 +0200
parents 5b66d1da5377
children
line wrap: on
line source

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


###
# Sub-module flag, cannot be included stand-alone
#
set ( SubModule 1 )


###
# Module C files
#
set ( Module_SRCS
	matrix_scan.c
)


###
# Compiler Family Compatibility
#
set ( ModuleCompatibility
	arm
)