diff options
author | bomb <84309788+mj-bomb@users.noreply.github.com> | 2021-07-29 23:50:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 08:50:28 -0700 |
commit | 768072e824aa1f95bec1c15ec8072770f92d193f (patch) | |
tree | 05b0302eddcea51e5f386d6e71e8949ab89e8973 /keyboards/melgeek/mojo68/mojo68.c | |
parent | ae268596ce9c591b28e80b04516b3ed8936f5aa5 (diff) | |
download | qmk_firmware-768072e824aa1f95bec1c15ec8072770f92d193f.tar.gz qmk_firmware-768072e824aa1f95bec1c15ec8072770f92d193f.zip |
[Keyboard] Add Mojo68 for Melgeek (#13578)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/melgeek/mojo68/mojo68.c')
-rwxr-xr-x | keyboards/melgeek/mojo68/mojo68.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/melgeek/mojo68/mojo68.c b/keyboards/melgeek/mojo68/mojo68.c new file mode 100755 index 000000000..d217daf0a --- /dev/null +++ b/keyboards/melgeek/mojo68/mojo68.c | |||
@@ -0,0 +1,17 @@ | |||
1 | /* Copyright 2020 MelGeek <melgeek001365@gmail.com> | ||
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 "mojo68.h" | ||