diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-16 23:10:57 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-16 23:10:57 +0000 |
commit | 842a8b35dd3211bc8c0b9aa00b7a3fc8abe9321f (patch) | |
tree | 5b41fa9f77b0b7cc62c1dc40537391ab51e316a1 /keyboards/rart/rartand/rartand.c | |
parent | 3345ce268610edbca8f53bc2909c547485531603 (diff) | |
parent | e43ead8e96380808b725bc6b1bd468b9313c6fc2 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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" |