diff options
author | Drashna Jaelre <drashna@live.com> | 2020-09-06 21:03:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-06 21:03:58 -0700 |
commit | 9fe3fc4c0410b737748ff8abb9c442508f1f0a0d (patch) | |
tree | 28a17a8136f618d442a966dad47b490de44e9fb5 /keyboards/bakeneko65/bakeneko65.c | |
parent | 6b1c58629fe0284d74a176303d7fad787ebb85a7 (diff) | |
parent | 28e10eedda4e53243e4e84397b7d3bb26e6d99c1 (diff) |
Add Bakeneko 65 (#10234)
* Add Bakeneko 65
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/bakeneko65/bakeneko65.c')
-rw-r--r-- | keyboards/bakeneko65/bakeneko65.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/bakeneko65/bakeneko65.c b/keyboards/bakeneko65/bakeneko65.c new file mode 100644 index 0000000000..aa1ba8e661 --- /dev/null +++ b/keyboards/bakeneko65/bakeneko65.c @@ -0,0 +1,17 @@ +/* Copyright 2020 Koichi Katano + * + * 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 "bakeneko65.h" |