This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2013-04-10 18:06:10 +00:00
|
|
|
###| CMake Kiibohd Controller Scan Module |###
|
|
|
|
#
|
2014-03-31 08:07:48 +00:00
|
|
|
# Written by Jacob Alexander in 2013-2014 for the Kiibohd Controller
|
2013-04-10 18:06:10 +00:00
|
|
|
#
|
|
|
|
# Released into the Public Domain
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Module C files
|
|
|
|
#
|
|
|
|
|
|
|
|
set( SCAN_SRCS
|
2013-04-14 02:35:59 +00:00
|
|
|
scan_loop.c
|
2013-04-10 18:06:10 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Module Specific Options
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Compiler Family Compatibility
|
|
|
|
#
|
|
|
|
set( ScanModuleCompatibility
|
|
|
|
avr
|
|
|
|
)
|
|
|
|
|