summaryrefslogtreecommitdiff
path: root/keyboards/wilba_tech/wt60_h1/wt60_h1.c
diff options
context:
space:
mode:
authorWilba <wilba@wilba.tech>2020-11-20 20:42:34 +1100
committerGitHub <noreply@github.com>2020-11-20 01:42:34 -0800
commitccb15c2d2923903a925d253eec66fd4356ceea85 (patch)
tree316be35c487c738e05b8621b356e174b9275d3be /keyboards/wilba_tech/wt60_h1/wt60_h1.c
parent628d4a91b905bad049d267c133a59c8b24f9acbf (diff)
[Keyboard] Added wilba.tech WT60-H1 (#10879)
* Added WT60-H1 * Update keyboards/wilba_tech/wt60_h1/info.json * Update keyboards/wilba_tech/wt60_h1/keymaps/default/keymap.c * Update keyboards/wilba_tech/wt60_h1/keymaps/default/keymap.c * Update keyboards/wilba_tech/wt60_h1/keymaps/default/keymap.c * Update keyboards/wilba_tech/wt60_h1/keymaps/default/keymap.c * Update keyboards/wilba_tech/wt60_h1/rules.mk * Update keyboards/wilba_tech/wt60_h1/wt60_h1.h
Diffstat (limited to 'keyboards/wilba_tech/wt60_h1/wt60_h1.c')
-rw-r--r--keyboards/wilba_tech/wt60_h1/wt60_h1.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/wilba_tech/wt60_h1/wt60_h1.c b/keyboards/wilba_tech/wt60_h1/wt60_h1.c
new file mode 100644
index 0000000000..5370394e15
--- /dev/null
+++ b/keyboards/wilba_tech/wt60_h1/wt60_h1.c
@@ -0,0 +1,17 @@
+/* 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/>.
+ */
+
+#include "wt60_h1.h"