ca4271b6ff
- Should make it easier to follow (originally the keyboards didn't have names hence the code-names) - See https://github.com/kiibohd/KiiConf/issues/45 MD1 -> Infinity_60% MD1.1 -> Infinity_60%_LED MDErgo1 -> Infinity_Ergodox KType -> K-Type
34 lines
435 B
CMake
34 lines
435 B
CMake
###| 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
|
|
)
|
|
|