This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2011-09-29 06:25:51 +00:00
|
|
|
###| CMake Kiibohd Controller Debug Module |###
|
|
|
|
#
|
2015-01-26 01:53:48 +00:00
|
|
|
# Written by Jacob Alexander in 2011-2015 for the Kiibohd Controller
|
2011-09-29 06:25:51 +00:00
|
|
|
#
|
|
|
|
# Released into the Public Domain
|
|
|
|
#
|
|
|
|
###
|
|
|
|
|
|
|
|
|
|
|
|
###
|
|
|
|
# Module C files
|
|
|
|
#
|
|
|
|
|
2015-01-26 01:53:48 +00:00
|
|
|
set ( Module_SRCS
|
2011-09-30 05:22:19 +00:00
|
|
|
led.c
|
2011-09-29 06:25:51 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
2013-01-30 23:13:49 +00:00
|
|
|
###
|
|
|
|
# Compiler Family Compatibility
|
|
|
|
#
|
2015-01-26 01:53:48 +00:00
|
|
|
set ( ModuleCompatibility
|
2013-01-30 23:13:49 +00:00
|
|
|
arm
|
|
|
|
avr
|
|
|
|
)
|
|
|
|
|