diff options
author | bomb <84309788+mj-bomb@users.noreply.github.com> | 2021-09-15 13:09:49 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 22:09:49 -0700 |
commit | 34352890522309e28b1788f72feab01e268eff34 (patch) | |
tree | 5ee88dea8fdac2ef44872ac5c3af9a81a573cfa4 /keyboards/melgeek/mach80/mach80.c | |
parent | fcebd17267787daba54ec5f26b653ef0fa3f3691 (diff) |
[Keyboard] Add Mach80 for Melgeek (#14076)
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/melgeek/mach80/mach80.c')
-rwxr-xr-x | keyboards/melgeek/mach80/mach80.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/melgeek/mach80/mach80.c b/keyboards/melgeek/mach80/mach80.c new file mode 100755 index 0000000000..28d21b22b1 --- /dev/null +++ b/keyboards/melgeek/mach80/mach80.c @@ -0,0 +1,17 @@ +/* Copyright 2020 MelGeek <melgeek001365@gmail.com> + * + * 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 "mach80.h" |