view Macro/PartialMap/setup.cmake @ 453:98bbee08f005 default tip louis

Setup hgignore, volume/brightness up/down, sysreq still not working
author Louis Opter <kalessin@kalessin.fr>
date Wed, 13 Jul 2016 23:16:49 -0700
parents 0f7a6b593dc4
children
line wrap: on
line source

###| CMake Kiibohd Controller Macro Module |###
#
# Written by Jacob Alexander in 2014-2016 for the Kiibohd Controller
#
# Released into the Public Domain
#
###


###
# Module C files
#

set ( Module_SRCS
	macro.c
	result.c
	trigger.c
)


###
# Compiler Family Compatibility
#
set ( ModuleCompatibility
	arm
	avr
)