Preparing for SimpleMap macro module

- Will use only flash memory (no ram usage for each layer or macro)
- Only supports combinations, no sequences.
This commit is contained in:
Jacob Alexander 2014-09-27 11:58:56 -07:00
parent aeaaaaa468
commit 775e4eab8f
4 changed files with 48 additions and 3 deletions

24
Macro/Common/setup.cmake Normal file
View file

@ -0,0 +1,24 @@
###| CMake Kiibohd Controller Macro Module |###
#
# Written by Jacob Alexander in 2014 for the Kiibohd Controller
#
# Released into the Public Domain
#
###
###
# Warning, that this module is not meant to be built stand-alone
#
message( FATAL_ERROR
"The 'Common' module is not a stand-alone module, and requires further setup."
)
###
# Module C files
#
###
# Module Specific Options
#