diff options
author | TW59420 <40019210+TW59420@users.noreply.github.com> | 2021-11-29 16:25:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 00:25:19 -0800 |
commit | 32c5c97ee338f56bdcbee16fe8d32c17816861a9 (patch) | |
tree | 4a71536640e2aff3aa21ff18ac41ba0a9b144053 /keyboards/mwstudio/mw65_black/mw65_black.c | |
parent | fd86f8c94d4f0d38b8ceabae280bea117990d916 (diff) |
[Keyboard] Add mw65_black support (#15198)
Diffstat (limited to 'keyboards/mwstudio/mw65_black/mw65_black.c')
-rw-r--r-- | keyboards/mwstudio/mw65_black/mw65_black.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/mwstudio/mw65_black/mw65_black.c b/keyboards/mwstudio/mw65_black/mw65_black.c new file mode 100644 index 0000000000..e215abb804 --- /dev/null +++ b/keyboards/mwstudio/mw65_black/mw65_black.c @@ -0,0 +1,16 @@ +/* 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 "mw65_black.h" |