forked from forks/qmk_firmware
b531bd3b04
* 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
17 lines
735 B
Markdown
17 lines
735 B
Markdown
# 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).
|