diff options
author | noclew <noclew@users.noreply.github.com> | 2021-05-12 20:19:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 17:19:48 -0700 |
commit | d200e3de8ebba08e374b53063638575e04bff543 (patch) | |
tree | 66d451fad3c08cf8e9917c5f682364c737fd79c2 /keyboards/delikeeb/vaguettelite/vaguettelite.c | |
parent | 49bc835aa9046806e4e4374e4ad6518d894e358e (diff) |
[Keyboard] updated a vendor name / fixed minor keymap issues (#12881)
Diffstat (limited to 'keyboards/delikeeb/vaguettelite/vaguettelite.c')
-rw-r--r-- | keyboards/delikeeb/vaguettelite/vaguettelite.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/delikeeb/vaguettelite/vaguettelite.c b/keyboards/delikeeb/vaguettelite/vaguettelite.c new file mode 100644 index 0000000000..a91dae9a3f --- /dev/null +++ b/keyboards/delikeeb/vaguettelite/vaguettelite.c @@ -0,0 +1,17 @@ +/* Copyright 2020 noclew + * + * 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 "vaguettelite.h" |