diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-15 05:10:19 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-15 05:10:19 +0000 |
commit | cde0d9f7766ee605c0d60cb37177147cdc596152 (patch) | |
tree | be0f6257effbe76244e3761343e64cd9bdeaec1c /keyboards/melgeek/mach80/mach80.c | |
parent | 93a6eb6f012ab2eb900c581a4e60b717339da9de (diff) | |
parent | 34352890522309e28b1788f72feab01e268eff34 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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" |