]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Macro/basic/setup.cmake
Adding module compatibility check to CMake build scripts.
[kiibohd-controller.git] / Macro / basic / setup.cmake
1 ###| CMake Kiibohd Controller Macro Module |###
2 #
3 # Written by Jacob Alexander in 2011 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 ###
8
9
10 ###
11 # Warning, module has known speed issues on non-matrix designs
12 # Has not been tested in a long time
13 #
14 message( AUTHOR_WARNING
15 "The 'basic' macro module was originally designed for matrix scanning designs,
16 it was found not to be scalable with NKRO keyboard converters.
17 It has also not been tested in a long time, use at your own risk."
18 )
19
20
21 ###
22 # Module C files
23 #
24
25 set( MACRO_SRCS
26         macro.c
27 )
28
29
30 ###
31 # Module Specific Options
32 #
33
34
35 ###
36 # Compiler Family Compatibility
37 #
38 set( MacroModuleCompatibility
39         avr
40 )
41