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 |###
|
|
|
|
#
|
2015-01-26 01:53:48 +00:00
|
|
|
# Written by Jacob Alexander in 2013-2015 for the Kiibohd Controller
|
2013-04-10 18:06:10 +00:00
|
|
|
#
|
|
|
|
# Released into the Public Domain
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Module C files
|
|
|
|
#
|
2015-01-26 01:53:48 +00:00
|
|
|
set ( Module_SRCS
|
2013-04-14 02:35:59 +00:00
|
|
|
scan_loop.c
|
2013-04-10 18:06:10 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Compiler Family Compatibility
|
|
|
|
#
|
2015-01-26 01:53:48 +00:00
|
|
|
set ( ModuleCompatibility
|
2013-04-10 18:06:10 +00:00
|
|
|
avr
|
|
|
|
)
|
|
|
|
|