summaryrefslogtreecommitdiffstats
path: root/keyboards/hecomi/alpha/readme.md
diff options
context:
space:
mode:
authortakashiski <takashiskibb@gmail.com>2019-02-17 06:44:08 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-17 06:44:08 +0100
commitfeabafd1f42138a4b31596dfa3b6eebe5a5f7605 (patch)
tree4b339346af69c820c35dd5bbc2ecee8ba637489e /keyboards/hecomi/alpha/readme.md
parent39b5958ae8dbcf374ab68366838acb5cbd380d94 (diff)
downloadqmk_firmware-feabafd1f42138a4b31596dfa3b6eebe5a5f7605.tar.gz
qmk_firmware-feabafd1f42138a4b31596dfa3b6eebe5a5f7605.tar.xz
define new keyboard "Hecomi" (#5147)
* update pinout for matrix * first commit * include split_common.h * change split_common.h to split_util.h * update config.h * update keymap & config * update * remove K70, add K77 * fixed test keymap * add Layer * define to HHKB pro 2 based keymap * change authoer name * define LAYOUT and LAYOUT_KC * replace from LAYOUT_KC to LAYOUT * change name hecomi_alpha to hecomi/alpha * fixed hecomi_alpha to hecomi/alpha * remove unnecessary files * update readme * add DEFAULT_FOLDER * remove hecomi_alpha because change name to hecomi * remove bad LAYOUT macro * remove IS_COMMAND macro * remove unnecessary RGB options * Update keyboards/hecomi/hecomi.h Co-Authored-By: takashiski <takashiskibb@gmail.com> * Update keyboards/hecomi/hecomi.h Co-Authored-By: takashiski <takashiskibb@gmail.com> * Update keyboards/hecomi/alpha/rules.mk Co-Authored-By: takashiski <takashiskibb@gmail.com> * Update keyboards/hecomi/alpha/rules.mk Co-Authored-By: takashiski <takashiskibb@gmail.com> * Update keyboards/hecomi/hecomi.h Co-Authored-By: takashiski <takashiskibb@gmail.com> * remove endif * update rule.mk with suggestions
Diffstat (limited to 'keyboards/hecomi/alpha/readme.md')
-rw-r--r--keyboards/hecomi/alpha/readme.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/hecomi/alpha/readme.md b/keyboards/hecomi/alpha/readme.md
new file mode 100644
index 000000000..7ac7569f8
--- /dev/null
+++ b/keyboards/hecomi/alpha/readme.md
@@ -0,0 +1,17 @@
+# hecomi_alpha
+
+![hecomi_alpha](imgur.com image replace me!)
+
+This keyboard based on HHKB pro 2 and physical layout designed by @hecomi and @takashiski.
+
+This keyboard use 2 pro micro's, but you can use USB type-c. There are a bit tricky implementation.
+
+Keyboard Maintainer: [takashiski](https://github.com/takashiski)
+Hardware Supported: hecomi_alpha, promicro
+Hardware Availability: booth(@skyhigh_works)
+
+Make example for this keyboard (after setting up your build environment):
+
+ make hecomi_alpha:default
+
+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).