kiibohd-controller/Macro/Common/setup.cmake
Jacob Alexander 775e4eab8f Preparing for SimpleMap macro module
- Will use only flash memory (no ram usage for each layer or macro)
- Only supports combinations, no sequences.
2015-03-10 00:04:00 -07:00

24 lines
389 B
CMake

###| 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
#