diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-06 21:47:54 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-06 21:47:54 +0000 |
commit | 2048c28f789e8942367bd7cca0d4d243784c7186 (patch) | |
tree | 7b8df326729e7bc8b685809fd7b56c1b7239a51f /keyboards/kabedon/kabedon98e/kabedon98e.c | |
parent | 26bb2d7063568242aa3ac34a79f92f3184733c6a (diff) | |
parent | c9c2916829eccab2222dad99c7f599988789ec2f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kabedon/kabedon98e/kabedon98e.c')
-rw-r--r-- | keyboards/kabedon/kabedon98e/kabedon98e.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/kabedon/kabedon98e/kabedon98e.c b/keyboards/kabedon/kabedon98e/kabedon98e.c new file mode 100644 index 0000000000..5142c5887d --- /dev/null +++ b/keyboards/kabedon/kabedon98e/kabedon98e.c @@ -0,0 +1,16 @@ +/* Copyright 2021 KDon<370490639@qq.com> + * + * 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 "kabedon98e.h" |