Initial code for MD1_1

- IC60 /w Single color LEDs
 - Requires a different matrix configuration so it's incompatible with the old IC60 layout
This commit is contained in:
Jacob Alexander 2016-02-06 18:06:37 -08:00
parent 8c858e4483
commit 75832a17b7
6 changed files with 532 additions and 0 deletions

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

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