diff options
author | drhigsby <71532157+drhigsby@users.noreply.github.com> | 2021-09-22 18:02:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 18:02:49 -0700 |
commit | 4062860c053ca275a155f62db4680205c0bfb3da (patch) | |
tree | 69d2257cf7b939acd68e6f4e75d6b2094c13fa5f /keyboards/bkf/bkf.c | |
parent | 1aaef6c9884822a3abecf2e664af9bb21e0000c3 (diff) | |
download | qmk_firmware-4062860c053ca275a155f62db4680205c0bfb3da.tar.gz qmk_firmware-4062860c053ca275a155f62db4680205c0bfb3da.zip |
[Keyboard] Bkf (#14534)
Co-authored-by: Ryan <fauxpark@gmail.com>
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" |