diff options
author | vattern <thys@vektorfoto.co.za> | 2020-09-15 08:57:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-15 00:57:55 -0700 |
commit | 06d4c0a3968f3f0ae0fc5deb36cb4b8de44b1428 (patch) | |
tree | b5345f846dcdfc68ca566f5f71738349ef9279eb /keyboards/tkw/stoutgat/v2/v2.c | |
parent | 0050033acaec3eaccb972d9d87ef64b713b3e7f2 (diff) | |
download | qmk_firmware-06d4c0a3968f3f0ae0fc5deb36cb4b8de44b1428.tar.gz qmk_firmware-06d4c0a3968f3f0ae0fc5deb36cb4b8de44b1428.zip |
[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/v2/v2.c')
-rw-r--r-- | keyboards/tkw/stoutgat/v2/v2.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/tkw/stoutgat/v2/v2.c b/keyboards/tkw/stoutgat/v2/v2.c new file mode 100644 index 0000000000..030f056abf --- /dev/null +++ b/keyboards/tkw/stoutgat/v2/v2.c @@ -0,0 +1,16 @@ +/* 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 "v2.h" |