Initial commit of MDErgo1

This commit is contained in:
Jacob Alexander 2015-07-25 15:06:19 -07:00
parent b6e2f0ebf0
commit 865be6145f
7 changed files with 524 additions and 0 deletions

33
Scan/MDErgo1/setup.cmake Normal file
View file

@ -0,0 +1,33 @@
###| CMake Kiibohd Controller Scan Module |###
#
# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
#
# Released into the Public Domain
#
###
###
# Required Sub-modules
#
AddModule ( Scan ISSILed )
AddModule ( Scan MatrixARM )
AddModule ( Scan STLcd )
AddModule ( Scan UARTConnect )
###
# Module C files
#
set ( Module_SRCS
scan_loop.c
)
###
# Compiler Family Compatibility
#
set ( ModuleCompatibility
arm
)