diff options
author | Alabahuy <rezzaadio@gmail.com> | 2020-06-30 08:39:07 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 18:39:07 -0700 |
commit | 12b43f55d64695e3cf1e9284af97a7c2fb9b77a8 (patch) | |
tree | d97878c7c0e79b53569cce82ec88c8d4be646d17 /keyboards/rart/rart67/rart67.c | |
parent | 6d6340a82b3ed61f5dd2a40dac78712d7bd736fd (diff) |
[Keyboard] rart67 (#9543)
* Create config.h
* Create info.json
* Create rart67.c
* Create rart67.h
* Create readme.md
* Create rules.mk
* Create keymap.c
* Update readme.md
* Update info.json
* Update info.json
* Update config.h
Diffstat (limited to 'keyboards/rart/rart67/rart67.c')
-rw-r--r-- | keyboards/rart/rart67/rart67.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/rart/rart67/rart67.c b/keyboards/rart/rart67/rart67.c new file mode 100644 index 0000000000..0ca3e00f22 --- /dev/null +++ b/keyboards/rart/rart67/rart67.c @@ -0,0 +1,17 @@ +/* Copyright 2020 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 "rart67.h" + + |