]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Macro/basic/setup.cmake
Code cleanup
[kiibohd-controller.git] / Macro / basic / setup.cmake
index 5e2abaf207e1218ce5547c8a39a0e337a2b82e25..7ff72326ca8997d6ec1048903307b8238f1bb36f 100644 (file)
@@ -1,17 +1,30 @@
 ###| CMake Kiibohd Controller Macro Module |###
 #
-# Written by Jacob Alexander in 2011 for the Kiibohd Controller
+# Written by Jacob Alexander in 2011,2014 for the Kiibohd Controller
 #
 # Released into the Public Domain
 #
 ###
 
 
+###
+# Warning, module has known speed issues on non-matrix designs
+# Has not been tested in a long time
+#
+message( AUTHOR_WARNING
+"The 'basic' macro module was originally designed for matrix scanning designs,
+it was found not to be scalable with NKRO keyboard converters.
+It has also not been tested in a (very) long time, use at your own risk.
+It is older than the deprecated 'buffer' macro module."
+)
+
+
 ###
 # Module C files
 #
 
 set( MACRO_SRCS
+       macro.c
 )
 
 
@@ -19,3 +32,11 @@ set( MACRO_SRCS
 # Module Specific Options
 #
 
+
+###
+# Compiler Family Compatibility
+#
+set( MacroModuleCompatibility
+       avr
+)
+