diff options
author | Koichi Katano <36572567+kkatano@users.noreply.github.com> | 2020-05-19 20:22:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-19 04:22:12 -0700 |
commit | 15dd05c40262327ac71d44cd15edaec9046bb6fe (patch) | |
tree | f1801123cefd27719fffa82d3de44cce91b5213c /keyboards/bakeneko80/bakeneko80.c | |
parent | 32d03db3714a73391002480363a982c92fcce007 (diff) | |
download | qmk_firmware-15dd05c40262327ac71d44cd15edaec9046bb6fe.tar.gz qmk_firmware-15dd05c40262327ac71d44cd15edaec9046bb6fe.zip |
[Keyboard] Add Bakeneko 80 keyboard (#9118)
* Add Bakeneko 80 keyboard
* Update keyboards/bakeneko80/rules.mk
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/bakeneko80/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update keyboards/bakeneko80/config.h
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/bakeneko80/bakeneko80.c')
-rw-r--r-- | keyboards/bakeneko80/bakeneko80.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/bakeneko80/bakeneko80.c b/keyboards/bakeneko80/bakeneko80.c new file mode 100644 index 0000000000..264979f550 --- /dev/null +++ b/keyboards/bakeneko80/bakeneko80.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 "bakeneko80.h"
\ No newline at end of file |