summaryrefslogtreecommitdiff
path: root/keyboards/stoutgat/readme.md
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/readme.md
parent8dc2502177ea24b31190b073f4a0fdef92d73bff (diff)
downloadqmk_firmware-b531bd3b04e99e2a46004114997aa791d2699466.tar.gz
qmk_firmware-b531bd3b04e99e2a46004114997aa791d2699466.zip
[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/readme.md')
-rw-r--r--keyboards/stoutgat/readme.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/stoutgat/readme.md b/keyboards/stoutgat/readme.md
new file mode 100644
index 0000000000..13953e2319
--- /dev/null
+++ b/keyboards/stoutgat/readme.md
@@ -0,0 +1,16 @@
+# stoutgat
+
+![stoutgat](https://i.imgur.com/CfWa5AGl.jpg?1)
+
+An ISO through hole component 65% keyboard with dual encoders. Uses the ATMega32A.
+Inspired by the cftkb Discipline.
+
+* Keyboard Maintainer: [Thys de Wet](https://github.com/vattern)
+* Hardware Supported: Stoutgat PCBs , running ATMega32A
+* Hardware Availability: https://github.com/vattern/stoutgat
+
+Make example for this keyboard (after setting up your build environment):
+
+ make stoutgat:default
+
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).