diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-29 18:28:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-29 18:28:12 +0000 |
commit | 38de0681ff2204f45c081f1583944381d86b81c9 (patch) | |
tree | dfd5ca6814b956ac65d2c0d57c45546dc075df8e /keyboards/kbdfans/kbdpad/mk2/mk2.c | |
parent | d6abdda34f8cdd14066e48b76a3012da083e2e9c (diff) | |
parent | 2100a7ca7b67eabba43ead29a49e630de24c835e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kbdfans/kbdpad/mk2/mk2.c')
-rw-r--r-- | keyboards/kbdfans/kbdpad/mk2/mk2.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/kbdfans/kbdpad/mk2/mk2.c b/keyboards/kbdfans/kbdpad/mk2/mk2.c new file mode 100644 index 0000000000..2449724126 --- /dev/null +++ b/keyboards/kbdfans/kbdpad/mk2/mk2.c @@ -0,0 +1,16 @@ +/* Copyright 2019 Ryota Goto + * + * 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 "mk2.h" |