diff options
author | Wolf Van Herreweghe <wolfvanh@gmail.com> | 2021-10-11 03:21:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-10 18:21:49 -0700 |
commit | 5c034c43ab547b95847e7419b9a07e76f560dc16 (patch) | |
tree | 2a21ebc99cf78b78a034505289ba5579a9508009 /keyboards/wolf/ts60/ts60.c | |
parent | c8d5988ba4496e78d4be796044992ac05f628a01 (diff) | |
download | qmk_firmware-5c034c43ab547b95847e7419b9a07e76f560dc16.tar.gz qmk_firmware-5c034c43ab547b95847e7419b9a07e76f560dc16.zip |
[Keyboard] Add firmware for the TS60 (#14157)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Wolf Van Herreweghe <wolfvh@getupgamesofficial.com>
Diffstat (limited to 'keyboards/wolf/ts60/ts60.c')
-rw-r--r-- | keyboards/wolf/ts60/ts60.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/wolf/ts60/ts60.c b/keyboards/wolf/ts60/ts60.c new file mode 100644 index 0000000000..199c79c946 --- /dev/null +++ b/keyboards/wolf/ts60/ts60.c @@ -0,0 +1,14 @@ +/* +Copyright 2020 <contact@vwolf.be> +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 "ts60.h" |