diff options
author | Vicktor Hutama <vicktor.hutama@gmail.com> | 2021-08-11 14:24:34 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 00:24:34 -0700 |
commit | 02ac0f89c4665f5fc6e57559a8c49d363117fbc0 (patch) | |
tree | 2526d458f3e836d3f40c2bb725691f22252779d4 /keyboards/runes/vaengr/vaengr.c | |
parent | 710d37b3eb68c795065adfd83b5be4668a029ccb (diff) |
[Keyboard] Add Rune Vaengr Keyboard (#13945)
* initial commit
* fixed layout
* enabled NKRO
* removed qmkbest
* changed the pins and bootloader to the mcu version
* updated readme
* Apply suggestions from code review
thank you @drashna
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/runes/vaengr/vaengr.c')
-rw-r--r-- | keyboards/runes/vaengr/vaengr.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/runes/vaengr/vaengr.c b/keyboards/runes/vaengr/vaengr.c new file mode 100644 index 0000000000..7bea621495 --- /dev/null +++ b/keyboards/runes/vaengr/vaengr.c @@ -0,0 +1,17 @@ +/* Copyright 2021 Vicktor + * + * 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 "vaengr.h" |