]> git.donarmstrong.com Git - kiibohd-controller.git/blob - Scan/FACOM6684/setup.cmake
Move matrix information to a cli command
[kiibohd-controller.git] / Scan / FACOM6684 / setup.cmake
1 ###| CMake Kiibohd Controller Scan Module |###
2 #
3 # Written by Jacob Alexander in 2013,2014 for the Kiibohd Controller
4 #
5 # Released into the Public Domain
6 #
7 # For the Fujitsu FACOM 6684KC3 Supercomputer Terminal Keyboard (M-780, M-1800, etc.)
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