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 | qmk_firmware-14efd8aa4187406f3323385d0bdabbcb466210e4.tar.gz qmk_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 @@ | |||
| 1 | /* Copyright 2018 Jack Humbert | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #include "godspeed75.h" | ||
