comparison Macro/PartialMap/setup.cmake @ 433:0f7a6b593dc4

Initial refactoring of PartialMap for supporting custom Triggers - Requires a recent KLL - Functionality wise, nothing has changed
author Jacob Alexander <haata@kiibohd.com>
date Sun, 08 May 2016 18:50:28 -0700
parents 5b66d1da5377
children
comparison
equal deleted inserted replaced
432:1a2fb67b0237 433:0f7a6b593dc4
1 ###| CMake Kiibohd Controller Macro Module |### 1 ###| CMake Kiibohd Controller Macro Module |###
2 # 2 #
3 # Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller 3 # Written by Jacob Alexander in 2014-2016 for the Kiibohd Controller
4 # 4 #
5 # Released into the Public Domain 5 # Released into the Public Domain
6 # 6 #
7 ### 7 ###
8 8
11 # Module C files 11 # Module C files
12 # 12 #
13 13
14 set ( Module_SRCS 14 set ( Module_SRCS
15 macro.c 15 macro.c
16 result.c
17 trigger.c
16 ) 18 )
17 19
18 20
19 ### 21 ###
20 # Compiler Family Compatibility 22 # Compiler Family Compatibility