summaryrefslogtreecommitdiff
path: root/keyboards/barleycorn_smd/readme.md
diff options
context:
space:
mode:
authorMatthew Dias <matthewdias@me.com>2021-03-17 01:31:58 -0500
committerGitHub <noreply@github.com>2021-03-16 23:31:58 -0700
commit163e9b02bfbe1618c00f4b7110d9b7f68c332b41 (patch)
tree2d2c27fb662234d2f156942cff86de972121d3c2 /keyboards/barleycorn_smd/readme.md
parent90f95de5c992e695fa73ebf11116f6ea322815de (diff)
[Keyboard] Add barleycorn smd keyboard (#12200)
Diffstat (limited to 'keyboards/barleycorn_smd/readme.md')
-rw-r--r--keyboards/barleycorn_smd/readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/barleycorn_smd/readme.md b/keyboards/barleycorn_smd/readme.md
new file mode 100644
index 0000000000..897e1270fe
--- /dev/null
+++ b/keyboards/barleycorn_smd/readme.md
@@ -0,0 +1,19 @@
+# Barleycorn SMD
+
+![image](https://user-images.githubusercontent.com/3302524/110901245-a5679b00-82c9-11eb-8f8f-17ed6bd97332.png)
+
+An f-row less compact 1800 keyboard with SMD components. Based on Barleycorn by Yiancar.
+
+- Keyboard Maintainer: matthewdias
+- Hardware Supported: Barleycorn SMD
+- Hardware Availability: https://p3dstore.com
+
+Make example for this keyboard (after setting up your build environment):
+
+ make barleycorn_smd:default
+
+Flashing example for this keyboard:
+
+ make barleycorn_smd: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).