]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Macro/basic/setup.cmake
Adding module compatibility check to CMake build scripts.
[kiibohd-controller.git] / Macro / basic / setup.cmake
index cf5d97b0ad0140a6643aa02789ce27ae5fa77d63..84800a0159e0210b6ebec5b1c07fb571be9b37e0 100644 (file)
@@ -7,6 +7,17 @@
 ###
 
 
+###
+# 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 long time, use at your own risk."
+)
+
+
 ###
 # Module C files
 #
@@ -20,3 +31,11 @@ set( MACRO_SRCS
 # Module Specific Options
 #
 
+
+###
+# Compiler Family Compatibility
+#
+set( MacroModuleCompatibility
+       avr
+)
+