This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2014-08-01 08:26:25 +00:00
|
|
|
###| CMake Kiibohd Controller Scan Module |###
|
|
|
|
#
|
2015-01-26 01:53:48 +00:00
|
|
|
# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
|
2014-08-01 08:26:25 +00:00
|
|
|
#
|
|
|
|
# Released into the Public Domain
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
2015-01-26 01:53:48 +00:00
|
|
|
|
2014-08-01 08:26:25 +00:00
|
|
|
###
|
2015-01-26 01:53:48 +00:00
|
|
|
# Sub-module flag, cannot be included stand-alone
|
2014-08-01 08:26:25 +00:00
|
|
|
#
|
2015-01-26 01:53:48 +00:00
|
|
|
set ( SubModule 1 )
|
|
|
|
|
2014-08-01 08:26:25 +00:00
|
|
|
|
|
|
|
###
|
|
|
|
# Module C files
|
|
|
|
#
|
2015-01-26 01:53:48 +00:00
|
|
|
set ( Module_SRCS
|
2014-08-01 08:26:25 +00:00
|
|
|
matrix_scan.c
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Compiler Family Compatibility
|
|
|
|
#
|
2015-01-26 01:53:48 +00:00
|
|
|
set ( ModuleCompatibility
|
2014-08-01 08:26:25 +00:00
|
|
|
arm
|
|
|
|
)
|
|
|
|
|