From 32c5c97ee338f56bdcbee16fe8d32c17816861a9 Mon Sep 17 00:00:00 2001 From: TW59420 <40019210+TW59420@users.noreply.github.com> Date: Mon, 29 Nov 2021 16:25:19 +0800 Subject: [Keyboard] Add mw65_black support (#15198) --- keyboards/mwstudio/mw65_black/mw65_black.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/mwstudio/mw65_black/mw65_black.c (limited to 'keyboards/mwstudio/mw65_black/mw65_black.c') 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 + * + * 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 . + */ +#include "mw65_black.h" -- cgit v1.2.3