diff options
author | QMK Bot <hello@qmk.fm> | 2020-12-25 14:45:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2020-12-25 14:45:00 +0000 |
commit | f1a67c42a069c9ca6ffa597a7217fe13de6f6dd5 (patch) | |
tree | ce04b537427fea15e5fdf255c56cc0c1850343bd /keyboards/kiwikey/kawii9/kawii9.c | |
parent | c6aa9c4ad7b6192f88de440267aa57e86e6ee2b5 (diff) | |
parent | 7ca4b619223260d17bcc0d065a02d1bbdce436b8 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kiwikey/kawii9/kawii9.c')
-rw-r--r-- | keyboards/kiwikey/kawii9/kawii9.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/kiwikey/kawii9/kawii9.c b/keyboards/kiwikey/kawii9/kawii9.c new file mode 100644 index 0000000000..0e317ca726 --- /dev/null +++ b/keyboards/kiwikey/kawii9/kawii9.c @@ -0,0 +1,17 @@ +/* Copyright 2020 KiwiKey + * + * 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 "kawii9.h" |