Arquivado
1
0
Este repositório está arquivado. Você pode visualizar arquivos e cloná-lo, mas não pode fazer push, abrir issues ou 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 linhas
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
)