diff options
author | kopibeng <52724926+kopibeng@users.noreply.github.com> | 2022-03-11 03:10:34 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 11:10:34 -0800 |
commit | 61a8a60dfb5af399f84321fbf82e974aab0a5968 (patch) | |
tree | 3184ad1982d788b0be3d22d833105f27621367c1 /keyboards/kopibeng/mnk65/mnk65.c | |
parent | 265b96a12ca1580e0cb8c3b5bac3687f005e4f30 (diff) |
[Keyboard] Add MNK65 (#16400)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Diffstat (limited to 'keyboards/kopibeng/mnk65/mnk65.c')
-rw-r--r-- | keyboards/kopibeng/mnk65/mnk65.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/kopibeng/mnk65/mnk65.c b/keyboards/kopibeng/mnk65/mnk65.c new file mode 100644 index 0000000000..2ae4eec194 --- /dev/null +++ b/keyboards/kopibeng/mnk65/mnk65.c @@ -0,0 +1,17 @@ +/* Copyright 2021 Samuel Lu + * + * 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 "mnk65.h"
\ No newline at end of file |