diff options
author | null-ll <55067100+null-ll@users.noreply.github.com> | 2020-10-23 16:18:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 14:18:55 -0700 |
commit | b5f425b2759283b55a3d4bc1178d82be9304b530 (patch) | |
tree | 8e8e153b5a036b1e2e48ce657e54087e9c7baf90 /keyboards/basketweave/basketweave.c | |
parent | 47ce1a9ed055da1460388693fb519af298d1aadd (diff) |
[Keyboard] add Basketweave keyboard (#10729)
* add basketweave keyboard
* Fixed missing key in info.json layout
* Update keyboards/basketweave/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/basketweave/readme.md
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/basketweave/basketweave.c')
-rw-r--r-- | keyboards/basketweave/basketweave.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/basketweave/basketweave.c b/keyboards/basketweave/basketweave.c new file mode 100644 index 0000000000..388810c9c8 --- /dev/null +++ b/keyboards/basketweave/basketweave.c @@ -0,0 +1,17 @@ +/* Copyright 2020 null-ll + * + * 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 "basketweave.h" |