diff Scan/ISSILed/setup.cmake @ 315:bcdc04cb8e2e

Initial LED support for ISSI IS31FL3731C - Not ready for advanced support yet - Basic register and page writing support complete
author Jacob Alexander <haata@kiibohd.com>
date Sat, 21 Mar 2015 17:12:41 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Scan/ISSILed/setup.cmake	Sat Mar 21 17:12:41 2015 -0700
@@ -0,0 +1,30 @@
+###| CMake Kiibohd Controller Scan Module |###
+#
+# Written by Jacob Alexander in 2014-2015 for the Kiibohd Controller
+#
+# Released into the Public Domain
+#
+###
+
+
+###
+# Sub-module flag, cannot be included stand-alone
+#
+set ( SubModule 1 )
+
+
+###
+# Module C files
+#
+set ( Module_SRCS
+	led_scan.c
+)
+
+
+###
+# Compiler Family Compatibility
+#
+set ( ModuleCompatibility
+	arm
+)
+