59c14fcdea
- Includes fix for over-range ScanCodes (would cause hard faults) - Updated some documentation - Requires recent kll compiler for the layout
32 lines
379 B
CMake
32 lines
379 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 )
|
|
|
|
|
|
###
|
|
# Module C files
|
|
#
|
|
set ( Module_SRCS
|
|
scan_loop.c
|
|
)
|
|
|
|
|
|
###
|
|
# Compiler Family Compatibility
|
|
#
|
|
set ( ModuleCompatibility
|
|
arm
|
|
)
|
|
|