Adding PixelMap

- Includes basic (led) channel testing tools
- Currently hard-coded, needs kll integration before this can be used in general
This commit is contained in:
Jacob Alexander 2016-01-03 16:16:41 -08:00
parent 1e47c7abc2
commit 9ed526deb6
6 changed files with 646 additions and 189 deletions

View file

@ -0,0 +1,31 @@
###| 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
)