アーカイブ
1
0
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
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 行
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
)