diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-08 21:14:01 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-08 21:14:01 +0000 |
commit | 86fd95962cf5bc91358ada9cc2e6a376741bc2af (patch) | |
tree | cff80f951286dd42ebb88811d174db76451068c6 /keyboards/handwired/bstk100/bstk100.c | |
parent | 3c9ddf7c53610f85f463f31f8ef617b97bc0520d (diff) | |
parent | 604fca4aa9eff07254a91b21625bfe736f323002 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/bstk100/bstk100.c')
-rw-r--r-- | keyboards/handwired/bstk100/bstk100.c | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/handwired/bstk100/bstk100.c b/keyboards/handwired/bstk100/bstk100.c new file mode 100644 index 0000000000..004b97004b --- /dev/null +++ b/keyboards/handwired/bstk100/bstk100.c @@ -0,0 +1,18 @@ +/* Copyright 2021 FREE WING,Y.Sakamoto + * http://www.neko.ne.jp/~freewing/ + * + * 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 "bstk100.h" |