Initial commit of MDErgo1
This commit is contained in:
parent
b6e2f0ebf0
commit
865be6145f
7 changed files with 524 additions and 0 deletions
33
Scan/MDErgo1/setup.cmake
Normal file
33
Scan/MDErgo1/setup.cmake
Normal 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
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue