2013-04-10 14:06:10 -04:00
|
|
|
###| CMake Kiibohd Controller Scan Module |###
|
|
|
|
#
|
2015-01-25 17:53:48 -08:00
|
|
|
# Written by Jacob Alexander in 2013-2015 for the Kiibohd Controller
|
2013-04-10 14:06:10 -04:00
|
|
|
#
|
|
|
|
# Released into the Public Domain
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Module C files
|
|
|
|
#
|
2015-01-25 17:53:48 -08:00
|
|
|
set ( Module_SRCS
|
2013-04-13 22:35:59 -04:00
|
|
|
scan_loop.c
|
2013-04-10 14:06:10 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Compiler Family Compatibility
|
|
|
|
#
|
2015-01-25 17:53:48 -08:00
|
|
|
set ( ModuleCompatibility
|
2013-04-10 14:06:10 -04:00
|
|
|
avr
|
|
|
|
)
|
|
|
|
|