diff options
author | gtips <51393966+gtips@users.noreply.github.com> | 2020-01-07 15:23:32 +0900 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-01-06 22:23:32 -0800 |
commit | 10d18820d2f182dd83b69a6f024edbdf8d5d4328 (patch) | |
tree | b6aec548b01e7eeb39dd5d30af117dd878eda706 /keyboards/reviung41/reviung41.c | |
parent | 6486c7809c06ef52f305528135ee4d97f5daf1b8 (diff) |
[Keyboard] Add keyboard Reviung41 (#7807)
* [Keyboard] Add keyboard Reviung41
* Modified files
* deleted keyboards/reviung41/keymaps/default/config.h
* modified keyboards/rebiung41/keymaps/default/keymap.c
* modified keyboards/reviung41/readme.md
* modified keyboards/reviung41/readme.md
* modified keyboards/reviung41/readme.md
Diffstat (limited to 'keyboards/reviung41/reviung41.c')
-rw-r--r-- | keyboards/reviung41/reviung41.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/reviung41/reviung41.c b/keyboards/reviung41/reviung41.c new file mode 100644 index 0000000000..05bb42160a --- /dev/null +++ b/keyboards/reviung41/reviung41.c @@ -0,0 +1,16 @@ +/* Copyright 2020 gtips + * + * 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 "reviung41.h" |