From 095f0bfe020cfc9eac399df2c100f11ca2bb8635 Mon Sep 17 00:00:00 2001 From: yiancar Date: Sun, 6 Feb 2022 05:18:10 +0000 Subject: [Keyboard] Mnk75 (#15879) Co-authored-by: Drashna Jaelre Co-authored-by: Ryan Co-authored-by: yiancar --- keyboards/mnk75/mnk75.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 keyboards/mnk75/mnk75.c (limited to 'keyboards/mnk75/mnk75.c') diff --git a/keyboards/mnk75/mnk75.c b/keyboards/mnk75/mnk75.c new file mode 100755 index 0000000000..357bb07823 --- /dev/null +++ b/keyboards/mnk75/mnk75.c @@ -0,0 +1,16 @@ +/* Copyright 2021 Yiancar-Designs + * + * 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 "mnk75.h" -- cgit v1.2.3