diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-09 03:58:05 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-09 03:58:05 +0000 |
commit | 9578b4b5702344745008901d00d32af10b87417e (patch) | |
tree | 077feb2aba8c8e87ee0017e3877094d0ee30e345 /keyboards/mmkzoo65/mmkzoo65.c | |
parent | a1ca14c1e1497df4d6dbf0f110824ca6deb07ec7 (diff) | |
parent | 70469d373dfe52c9778289ac2c96ae9c5bf3b2fb (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mmkzoo65/mmkzoo65.c')
-rw-r--r-- | keyboards/mmkzoo65/mmkzoo65.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/mmkzoo65/mmkzoo65.c b/keyboards/mmkzoo65/mmkzoo65.c new file mode 100644 index 0000000000..09da82dd89 --- /dev/null +++ b/keyboards/mmkzoo65/mmkzoo65.c @@ -0,0 +1,18 @@ +/* Copyright 2021 TW59420 <https://github.com/TW59420> + * + * 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 "mmkzoo65.h" + |