From 9107c382f3157c60bd74fe4c97e7f49e7f4cb0ea Mon Sep 17 00:00:00 2001 From: Cosmin <44280558+BB-66@users.noreply.github.com> Date: Sat, 15 May 2021 01:44:00 +0300 Subject: [Keyboard] Add Marauder (#12550) Co-authored-by: Drashna Jaelre --- keyboards/handwired/marauder/marauder.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 keyboards/handwired/marauder/marauder.c (limited to 'keyboards/handwired/marauder/marauder.c') diff --git a/keyboards/handwired/marauder/marauder.c b/keyboards/handwired/marauder/marauder.c new file mode 100644 index 0000000000..dcfe75fd3c --- /dev/null +++ b/keyboards/handwired/marauder/marauder.c @@ -0,0 +1,20 @@ +/* Copyright 2021 BB-66 + * + * 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 "marauder.h" + +// generated by KBFirmware JSON to QMK Parser +// https://noroadsleft.github.io/kbf_qmk_converter/ -- cgit v1.2.3