summaryrefslogtreecommitdiff
path: root/keyboards/stoutgat/stoutgat.c
diff options
context:
space:
mode:
authorvattern <thys@vektorfoto.co.za>2020-08-06 23:18:34 +0100
committerGitHub <noreply@github.com>2020-08-06 15:18:34 -0700
commitb531bd3b04e99e2a46004114997aa791d2699466 (patch)
tree3932d9fc05c967f9598d75b1209d3c7f3c0e01cc /keyboards/stoutgat/stoutgat.c
parent8dc2502177ea24b31190b073f4a0fdef92d73bff (diff)
[Keyboard] Add new "stoutgat" keyboard (#9837)
* Add new "stoutgat" keyboard Add new 65% ISO keyboard "stoutgat" with dual encoders * Apply suggestions from code review * Update readme with information about the keyboard * Fix erroneous trailing comma in info.json * Fix layout bits for qmk info * Update keyboards/stoutgat/info.json * Update keyboards/stoutgat/stoutgat.h * Fix keymap and macro after updates * Apply suggestions from code review * Update keyboards/stoutgat/info.json * Update keyboards/stoutgat/keymaps/default/keymap.c * Update keyboards/stoutgat/info.json * Update keyboards/stoutgat/readme.md * Fix encoder volume bug * Adding 65_iso and 65_ansi layouts * Update keyboards/stoutgat/config.h * Update keyboards/stoutgat/rules.mk
Diffstat (limited to 'keyboards/stoutgat/stoutgat.c')
-rw-r--r--keyboards/stoutgat/stoutgat.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/stoutgat/stoutgat.c b/keyboards/stoutgat/stoutgat.c
new file mode 100644
index 0000000000..10c82fd9f9
--- /dev/null
+++ b/keyboards/stoutgat/stoutgat.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