summaryrefslogtreecommitdiff
path: root/keyboards/bkf/readme.md
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-23 01:03:23 +0000
committerQMK Bot <hello@qmk.fm>2021-09-23 01:03:23 +0000
commitd5df1b81a3e42e8a7d7264163ce76566333f290e (patch)
tree04fa8f14d2c54f066ebaf5c172cdbf139f931060 /keyboards/bkf/readme.md
parent4093732581b20e861d63d4c85054417a5e690915 (diff)
parent4062860c053ca275a155f62db4680205c0bfb3da (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/bkf/readme.md')
-rw-r--r--keyboards/bkf/readme.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/bkf/readme.md b/keyboards/bkf/readme.md
new file mode 100644
index 0000000000..d55f9637ee
--- /dev/null
+++ b/keyboards/bkf/readme.md
@@ -0,0 +1,21 @@
+# BKF - Base Kit Forty
+
+![BKF](https://i.imgur.com/3vR0yeW.png)
+
+BKF, Base Kit Forty, is a 40% style keyboard that is fully compatbile with a standard base kit of keycaps with 3 different spacebar configurations. It supports both standard R3 1.75u as well as stepped R3 1.75u on the left side. The key in the top right corner also sports rotary encoder support.
+
+* Keyboard Maintainer: [H. Bond](https://github.com/drhigsby)
+* Hardware Supported: BKF (https://github.com/drhigsby/bkf)
+* Hardware Availability: open-source stacked acrylic case design available at maintainer's github / make your own
+
+Make example for this keyboard (after setting up your build environment):
+
+ make bkf:default
+
+To place this keyboard into bootloader mode, press the reset button on the PCB or short the RST and GND pins on the pro micro.
+
+Flashing example for this keyboard:
+
+ make bkf:default:flash
+
+See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).