]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Scan/WhiteFox/setup.cmake
Setting WhiteFox LEDs as defaulting to on
[kiibohd-controller.git] / Scan / WhiteFox / setup.cmake
1 ###| CMake Kiibohd Controller Scan Module |###
2 #
3 # Written by Jacob Alexander in 2014-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
16
17 ###
18 # Module C files
19 #
20 set ( Module_SRCS
21         scan_loop.c
22 )
23
24
25 ###
26 # Compiler Family Compatibility
27 #
28 set ( ModuleCompatibility
29         arm
30 )
31