]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Scan/HP150/setup.cmake
Code cleanup
[kiibohd-controller.git] / Scan / HP150 / setup.cmake
1 ###| CMake Kiibohd Controller Scan Module |###
2 #
3 # Written by Jacob Alexander in 2011,2014 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 # For the HP150 Keyboard (Fujitsu Leaf Spring)
8 #
9 ###
10
11
12 ###
13 # Module C files
14 #
15
16 set( SCAN_SRCS
17         scan_loop.c
18 )
19
20
21 ###
22 # Module Specific Options
23 #
24
25
26 ###
27 # Compiler Family Compatibility
28 #
29 set( ScanModuleCompatibility
30         avr
31 )
32