]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Scan/KType/setup.cmake
Initial code for KType TKL
[kiibohd-controller.git] / Scan / KType / setup.cmake
1 ###| CMake Kiibohd Controller Scan Module |###
2 #
3 # Written by Jacob Alexander in 2015 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 ###
8
9
10 ###
11 # Required Sub-modules
12 #
13 AddModule ( Scan ISSILed )
14 AddModule ( Scan MatrixARM )
15 AddModule ( Scan UARTConnect )
16
17
18 ###
19 # Module C files
20 #
21 set ( Module_SRCS
22         scan_loop.c
23 )
24
25
26 ###
27 # Compiler Family Compatibility
28 #
29 set ( ModuleCompatibility
30         arm
31 )
32