Archived
1
0
This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
controller/Macro/PixelMap/setup.cmake
Jacob Alexander 9ed526deb6 Adding PixelMap
- Includes basic (led) channel testing tools
- Currently hard-coded, needs kll integration before this can be used in general
2016-01-03 16:16:41 -08:00

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
)