summaryrefslogtreecommitdiff
path: root/keyboards/id67/default_rgb/default_rgb.c
diff options
context:
space:
mode:
authorwerther <werther@mailbox.org>2022-01-09 21:08:18 +0100
committerGitHub <noreply@github.com>2022-01-09 12:08:18 -0800
commit1ed5c48d939ce711977e345bd127ec10415ae6af (patch)
tree97652713446ec994871f1511fbbc2a23e2cc4742 /keyboards/id67/default_rgb/default_rgb.c
parentec78acae690ae8b6122132b810ce663604cd8b9b (diff)
downloadqmk_firmware-1ed5c48d939ce711977e345bd127ec10415ae6af.tar.gz
qmk_firmware-1ed5c48d939ce711977e345bd127ec10415ae6af.zip
[Keyboard] Add RGB Matrix support to id67 and add thewerther keymap (#15558)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: sigprof and fauxpark Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/id67/default_rgb/default_rgb.c')
-rw-r--r--keyboards/id67/default_rgb/default_rgb.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/id67/default_rgb/default_rgb.c b/keyboards/id67/default_rgb/default_rgb.c
new file mode 100644
index 0000000000..972b0b8b06
--- /dev/null
+++ b/keyboards/id67/default_rgb/default_rgb.c
@@ -0,0 +1,17 @@
+/* Copyright 2021 Tybera
+ *
+ * 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/>.
+ */
+
+#include "default_rgb.h"