Arhivēts
1
0
Šis repozitorijs ir arhivēts. Ir iespējams aplūkot tā failus un to konēt, bet nav iespējams iesūtīt izmaiņas, kā arī izveidot jaunas problēmas vai izmaiņu pieprasījumus.
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 rindas
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
)