diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-23 01:03:23 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-23 01:03:23 +0000 |
commit | d5df1b81a3e42e8a7d7264163ce76566333f290e (patch) | |
tree | 04fa8f14d2c54f066ebaf5c172cdbf139f931060 /keyboards/bkf/bkf.c | |
parent | 4093732581b20e861d63d4c85054417a5e690915 (diff) | |
parent | 4062860c053ca275a155f62db4680205c0bfb3da (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/bkf/bkf.c')
-rw-r--r-- | keyboards/bkf/bkf.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/bkf/bkf.c b/keyboards/bkf/bkf.c new file mode 100644 index 0000000000..6df3ed56f6 --- /dev/null +++ b/keyboards/bkf/bkf.c @@ -0,0 +1,16 @@ +/* Copyright 2021 drhigsby + * + * 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 "bkf.h" |