From 4ef2b0f81817aa24931293215b10dd5a031f109d Mon Sep 17 00:00:00 2001 From: Muhammad Rivaldi <50755960+valdiieee@users.noreply.github.com> Date: Wed, 23 Jun 2021 06:34:17 +0700 Subject: adding my custom keypad to qmk repository (#12150) Co-authored-by: Drashna Jaelre Co-authored-by: Ryan Co-authored-by: Nick Brassel --- keyboards/makrosu/makrosu.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/makrosu/makrosu.c (limited to 'keyboards/makrosu/makrosu.c') diff --git a/keyboards/makrosu/makrosu.c b/keyboards/makrosu/makrosu.c new file mode 100644 index 0000000000..8a9a222789 --- /dev/null +++ b/keyboards/makrosu/makrosu.c @@ -0,0 +1,16 @@ + /* Copyright 2021 Valdydesu_ + * + * 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 "makrosu.h" -- cgit v1.2.3