diff options
author | Alabahuy <rezzaadio@gmail.com> | 2021-02-17 06:10:26 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 15:10:26 -0800 |
commit | e43ead8e96380808b725bc6b1bd468b9313c6fc2 (patch) | |
tree | 2890d3f95046d086457ac9fe629acfe1474c4716 /keyboards/rart/rartand/rartand.c | |
parent | 2d55f34413c6c6f9c674082fa32f6564b7ed4bf2 (diff) |
[Keyboard] Add Rartand keyboard and support via (#11828)
Diffstat (limited to 'keyboards/rart/rartand/rartand.c')
-rw-r--r-- | keyboards/rart/rartand/rartand.c | 15 |
1 files changed, 15 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. + */ +#include "rartand.h" |