summaryrefslogtreecommitdiff
path: root/keyboards/meishi/readme.md
diff options
context:
space:
mode:
authorBiacco42 <secondimpact_2000@yahoo.co.jp>2019-02-06 01:20:47 +0900
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-05 08:20:47 -0800
commitb89cab87ce9daed9253126d2af43af1b6d79d54d (patch)
treea95ca115d7dbad1004a22f4ad31dc00ce2a08991 /keyboards/meishi/readme.md
parent9b232a7f885e320061aae994713acd31297eac5c (diff)
Add "meishi" keyboard (#5054)
* Add meishi keyboard project * Update readme * Fix copyrights * Fix copyright year * Replace include guard with pragma once * Replace KEYMAP with LAYOUT
Diffstat (limited to 'keyboards/meishi/readme.md')
-rw-r--r--keyboards/meishi/readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/meishi/readme.md b/keyboards/meishi/readme.md
new file mode 100644
index 0000000000..99421ed8d3
--- /dev/null
+++ b/keyboards/meishi/readme.md
@@ -0,0 +1,19 @@
+# Meishi - The micro macro keyboard
+
+_Meishi_ means name cards.
+
+![meishi](https://raw.githubusercontent.com/Biacco42/meishi/readme/readme_image/P1210037.JPG)
+
+Only four keys keyboard for self made keyboard beginners.
+
+Keyboard Maintainer: [Biacco42](https://github.com/biacco42)
+Hardware Supported: [Meishi keyboard PCB](https://github.com/Biacco42/meishi), Pro Micro supported
+Hardware Availability: [Tanoshi life - Booth](https://biacco42.booth.pm/)
+
+Make example for this keyboard (after setting up your build environment):
+
+```
+$ make meishi:default:avrdude
+```
+
+See [build environment setup](https://docs.qmk.fm/build_environment_setup.html) then the [make instructions](https://docs.qmk.fm/make_instructions.html) for more information.