comparison Scan/WhiteFox/setup.cmake @ 362:e4be15c39cce

Adding initial WhiteFox support. - Includes fix for over-range ScanCodes (would cause hard faults) - Updated some documentation - Requires recent kll compiler for the layout
author Jacob Alexander <haata@kiibohd.com>
date Sun, 16 Aug 2015 12:27:12 -0700
parents
children
comparison
equal deleted inserted replaced
361:7c6ac7b88cda 362:e4be15c39cce
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