summaryrefslogtreecommitdiff
path: root/keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.c
diff options
context:
space:
mode:
authorWilba <Jason.S.Williams@gmail.com>2020-08-18 16:44:35 +1000
committerGitHub <noreply@github.com>2020-08-17 23:44:35 -0700
commit70acf36d1641cad1337eb714ae56145d949ff423 (patch)
treebbc0788982dca0c017622b47e7252898d4dd62a5 /keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.c
parentc59a81b792ffbe0629183cf1e84f869e9a8d5471 (diff)
[Keyboard] Added RAMA WORKS M65-B, M65-BX, M10-C, M50-A (#9991)
* Added RAMA WORKS M65-B, M65-BX, M10-C, M50-A * Review changes * Review changes * Review changes * Increase layers to 10 for M10-C, M10-B
Diffstat (limited to 'keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.c')
-rw-r--r--keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.c b/keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.c
new file mode 100644
index 0000000000..17fa921db6
--- /dev/null
+++ b/keyboards/wilba_tech/rama_works_m10_c/rama_works_m10_c.c
@@ -0,0 +1,18 @@
+/* Copyright 2020 Jason Williams (Wilba)
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+#ifndef RGB_BACKLIGHT_M10_C
+#error RGB_BACKLIGHT_M10_C not defined
+#endif \ No newline at end of file