Added support for ghosting matrices and code for elimination.

To use define GHOST in matrix.h, see example in Scan/CK3
This commit is contained in:
CryHam 2016-02-19 18:10:25 +01:00
parent 1fd19c48ea
commit 6687470ae7
9 changed files with 712 additions and 1 deletions

32
Scan/CK3/setup.cmake Normal file
View file

@ -0,0 +1,32 @@
###| CMake Kiibohd Controller Scan Module |###
#
# Written by Jacob Alexander in 2014 for the Kiibohd Controller
#
# Released into the Public Domain
#
###
###
# Required Submodules
#
AddModule ( Scan MatrixARM )
###
# Module C files
#
set ( Module_SRCS
scan_loop.c
)
###
# Compiler Family Compatibility
#
set ( ModuleCompatibility
arm
)