summaryrefslogtreecommitdiff
path: root/keyboards/tkw/stoutgat/v1/v1.c
diff options
context:
space:
mode:
authorvattern <thys@vektorfoto.co.za>2020-09-15 08:57:55 +0100
committerGitHub <noreply@github.com>2020-09-15 00:57:55 -0700
commit06d4c0a3968f3f0ae0fc5deb36cb4b8de44b1428 (patch)
treeb5345f846dcdfc68ca566f5f71738349ef9279eb /keyboards/tkw/stoutgat/v1/v1.c
parent0050033acaec3eaccb972d9d87ef64b713b3e7f2 (diff)
[Keyboard] add Stoutgat v2; move Stoutgat v1 (#10233)
* initial add * stoutgat working * Ready for release * Ready for release * Ready for release * Ready for release * Ready for release * fix typos * update flash instructions in readme * update copyright * Update keyboards/tkw/stoutgatv2/keymaps/default/keymap.c * Apply suggestions from code review * Fix typo * Update lib/vusb * Update keyboards/tkw/stoutgatv2/rules.mk * Update desc add v2 * Add ANSI * Move to v1 and v2 folders * fix typo * fix v1 readme * Fix copypasta from v1 keymap * fix missing trailing slash * Delete keymap.json * Apply suggestions from code review Fixed layout and removed erroneous keymap.json
Diffstat (limited to 'keyboards/tkw/stoutgat/v1/v1.c')
-rw-r--r--keyboards/tkw/stoutgat/v1/v1.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/tkw/stoutgat/v1/v1.c b/keyboards/tkw/stoutgat/v1/v1.c
new file mode 100644
index 0000000000..10c82fd9f9
--- /dev/null
+++ b/keyboards/tkw/stoutgat/v1/v1.c
@@ -0,0 +1,17 @@
+/* Copyright 2020 Thys de Wet
+ *
+ * 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 QMK_KEYBOARD_H