Zarchiwizowane
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Macro/Common/setup.cmake
Jacob Alexander b4c1951b0d Adding initial work for SimpleMap style macros
- Differentiating between simple and complex macros
- Worst case requires more flash
- Best case will use a lot less RAM
- Requires update to kll compiler
2015-03-10 00:05:46 -07:00

30 wiersze
362 B
CMake

###| CMake Kiibohd Controller Macro Module |###
#
# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
#
# Released into the Public Domain
#
###
###
# Sub-module flag, cannot be included stand-alone
#
set ( SubModule 1 )
###
# Module C files
#
set ( Module_SRCS
)
###
# Compiler Family Compatibility
#
set ( ModuleCompatibility
arm
avr
)