Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Macro/PartialMap/setup.cmake
Jacob Alexander 6a22bb2790 Initial refactoring of PartialMap for supporting custom Triggers
- Requires a recent KLL
- Functionality wise, nothing has changed
2016-05-08 18:50:28 -07:00

29 lines
316 B
CMake

###| CMake Kiibohd Controller Macro Module |###
#
# Written by Jacob Alexander in 2014-2016 for the Kiibohd Controller
#
# Released into the Public Domain
#
###
###
# Module C files
#
set ( Module_SRCS
macro.c
result.c
trigger.c
)
###
# Compiler Family Compatibility
#
set ( ModuleCompatibility
arm
avr
)