comparison Scan/MD1_1/setup.cmake @ 407:b7411ae25432

Initial code for MD1_1 - IC60 /w Single color LEDs - Requires a different matrix configuration so it's incompatible with the old IC60 layout
author Jacob Alexander <haata@kiibohd.com>
date Sat, 06 Feb 2016 18:06:37 -0800
parents
children
comparison
equal deleted inserted replaced
406:a8104feb0514 407:b7411ae25432
1 ###| CMake Kiibohd Controller Scan Module |###
2 #
3 # Written by Jacob Alexander in 2014,2016 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 ###
8
9
10 ###
11 # Required Submodules
12 #
13
14 AddModule ( Scan ISSILed )
15 AddModule ( Scan MatrixARM )
16
17
18 ###
19 # Module C files
20 #
21
22 set ( Module_SRCS
23 scan_loop.c
24 )
25
26
27 ###
28 # Compiler Family Compatibility
29 #
30 set ( ModuleCompatibility
31 arm
32 )
33