Initial code for KType TKL

This commit is contained in:
Jacob Alexander 2015-09-29 19:29:27 -07:00
parent 893231b355
commit 0501e1dfd0
5 changed files with 325 additions and 0 deletions

32
Scan/KType/setup.cmake Normal file
View file

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