From e43ead8e96380808b725bc6b1bd468b9313c6fc2 Mon Sep 17 00:00:00 2001 From: Alabahuy Date: Wed, 17 Feb 2021 06:10:26 +0700 Subject: [Keyboard] Add Rartand keyboard and support via (#11828) --- keyboards/rart/rartand/rartand.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 keyboards/rart/rartand/rartand.c (limited to 'keyboards/rart/rartand/rartand.c') diff --git a/keyboards/rart/rartand/rartand.c b/keyboards/rart/rartand/rartand.c new file mode 100644 index 0000000000..e9cff88ba5 --- /dev/null +++ b/keyboards/rart/rartand/rartand.c @@ -0,0 +1,15 @@ +/* Copyright 2021 Alabahuy + * 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 "rartand.h" -- cgit v1.2.3