9ed526deb6
- Includes basic (led) channel testing tools - Currently hard-coded, needs kll integration before this can be used in general
32 lines
347 B
CMake
32 lines
347 B
CMake
###| CMake Kiibohd Controller Macro Module |###
|
|
#
|
|
# Written by Jacob Alexander in 2015 for the Kiibohd Controller
|
|
#
|
|
# Released into the Public Domain
|
|
#
|
|
###
|
|
|
|
|
|
###
|
|
# Required Sub-modules
|
|
#
|
|
AddModule ( Macro PartialMap )
|
|
|
|
|
|
|
|
###
|
|
# Module C files
|
|
#
|
|
set ( Module_SRCS
|
|
pixel.c
|
|
)
|
|
|
|
|
|
###
|
|
# Compiler Family Compatibility
|
|
#
|
|
set ( ModuleCompatibility
|
|
arm
|
|
)
|
|
|