diff options
author | TerryMathews <terry@terrymathews.net> | 2020-07-27 22:34:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 19:34:33 -0700 |
commit | 14efd8aa4187406f3323385d0bdabbcb466210e4 (patch) | |
tree | d389fc613bf55e6f5a13d3c1c5c29b266c91fe4b /keyboards/tkc/godspeed75/godspeed75.c | |
parent | e999ade1003359d7b2a2d95036cd8de848726047 (diff) | |
download | firmware-14efd8aa4187406f3323385d0bdabbcb466210e4.tar.gz firmware-14efd8aa4187406f3323385d0bdabbcb466210e4.tar.bz2 firmware-14efd8aa4187406f3323385d0bdabbcb466210e4.zip |
[Keyboard] Initial support for TKC GodSpeed75 (#9723)
* Initial support for TKC GodSpeed75
* Correct compile error
* Update keyboards/tkc/godspeed75/rules.mk
* Update keyboards/tkc/godspeed75/readme.md
* Delete bootloader_defs.h
* Update keyboards/tkc/godspeed75/keymaps/via/keymap.c
* Update keyboards/tkc/godspeed75/readme.md
* Update keyboards/tkc/godspeed75/config.h
* Update keyboards/tkc/godspeed75/readme.md
Diffstat (limited to 'keyboards/tkc/godspeed75/godspeed75.c')
-rw-r--r-- | keyboards/tkc/godspeed75/godspeed75.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/tkc/godspeed75/godspeed75.c b/keyboards/tkc/godspeed75/godspeed75.c new file mode 100644 index 000000000..e440ada48 --- /dev/null +++ b/keyboards/tkc/godspeed75/godspeed75.c @@ -0,0 +1,17 @@ +/* Copyright 2018 Jack Humbert + * + * 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 "godspeed75.h" |