comparison Scan/MBC-55X/setup.cmake @ 450:48ede6680396 master

Updating MBC-55X scan module
author Jacob Alexander <haata@kiibohd.com>
date Sun, 12 Jun 2016 15:53:25 -0700
parents 8dab4014c398
children
comparison
equal deleted inserted replaced
449:45feb80a2ad1 450:48ede6680396
1 ###| CMake Kiibohd Controller Scan Module |### 1 ###| CMake Kiibohd Controller Scan Module |###
2 # 2 #
3 # Written by Jacob Alexander in 2013,2014 for the Kiibohd Controller 3 # Written by Jacob Alexander in 2013,2014,2016 for the Kiibohd Controller
4 # 4 #
5 # Released into the Public Domain 5 # Released into the Public Domain
6 # 6 #
7 # For the Sanyo MBC-55X Series of keyboards 7 # For the Sanyo MBC-55X Series of keyboards
8 # 8 #
11 11
12 ### 12 ###
13 # Module C files 13 # Module C files
14 # 14 #
15 15
16 set( SCAN_SRCS 16 set( Module_SRCS
17 scan_loop.c 17 scan_loop.c
18 ) 18 )
19 19
20 20
21 ### 21 ###
24 24
25 25
26 ### 26 ###
27 # Compiler Family Compatibility 27 # Compiler Family Compatibility
28 # 28 #
29 set( ScanModuleCompatibility 29 set( ModuleCompatibility
30 arm 30 arm
31 avr 31 avr
32 ) 32 )
33 33