]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
[Keyboard] Hecomi conf (#5246)
authortakashiski <takashiskibb@gmail.com>
Tue, 26 Feb 2019 00:51:09 +0000 (09:51 +0900)
committerDrashna Jaelre <drashna@live.com>
Tue, 26 Feb 2019 00:51:09 +0000 (16:51 -0800)
* add info.json

* update readme

* remove info.json from no rule.mk folder

keyboards/hecomi/alpha/info.json [new file with mode: 0644]
keyboards/hecomi/alpha/readme.md
keyboards/hecomi/info.json [deleted file]

diff --git a/keyboards/hecomi/alpha/info.json b/keyboards/hecomi/alpha/info.json
new file mode 100644 (file)
index 0000000..12472ac
--- /dev/null
@@ -0,0 +1,12 @@
+{
+    "keyboard_name": "hecomi/alpha", 
+    "url": "https://skyhigh-works.hatenablog.com/entry/2019/02/25/221959", 
+    "maintainer": "takashiski", 
+    "width": 19.25, 
+    "height": 6.5, 
+    "layouts": {
+        "LAYOUT": {
+            "layout": [{"label":"Esc", "x":0, "y":1.5}, {"label":"!", "x":1, "y":1.5}, {"label":"@", "x":2, "y":1.5}, {"label":"#", "x":3, "y":1.5}, {"label":"$", "x":4, "y":1.5}, {"label":"%", "x":5, "y":1.5}, {"label":"^", "x":6, "y":1.5}, {"label":"&", "x":11.25, "y":1.5}, {"label":"*", "x":12.25, "y":1.5}, {"label":"(", "x":13.25, "y":1.5}, {"label":")", "x":14.25, "y":1.5}, {"label":"_", "x":15.25, "y":1.5}, {"label":"+", "x":16.25, "y":1.5}, {"label":"|", "x":17.25, "y":1.5}, {"label":"~", "x":18.25, "y":1.5}, {"label":"Tab", "x":0, "y":2.5, "w":1.5}, {"label":"Q", "x":1.5, "y":2.5}, {"label":"W", "x":2.5, "y":2.5}, {"label":"E", "x":3.5, "y":2.5}, {"label":"R", "x":4.5, "y":2.5}, {"label":"T", "x":5.5, "y":2.5}, {"label":"Y", "x":6.5, "y":2.5}, {"label":"Y", "x":10.75, "y":2.5}, {"label":"U", "x":11.75, "y":2.5}, {"label":"I", "x":12.75, "y":2.5}, {"label":"O", "x":13.75, "y":2.5}, {"label":"P", "x":14.75, "y":2.5}, {"label":"{", "x":15.75, "y":2.5}, {"label":"}", "x":16.75, "y":2.5}, {"label":"Delete", "x":17.75, "y":2.5, "w":1.5}, {"label":"Control", "x":0, "y":3.5, "w":1.75}, {"label":"A", "x":1.75, "y":3.5}, {"label":"S", "x":2.75, "y":3.5}, {"label":"D", "x":3.75, "y":3.5}, {"label":"F", "x":4.75, "y":3.5}, {"label":"G", "x":5.75, "y":3.5}, {"label":"H", "x":11, "y":3.5}, {"label":"J", "x":12, "y":3.5}, {"label":"K", "x":13, "y":3.5}, {"label":"L", "x":14, "y":3.5}, {"label":":", "x":15, "y":3.5}, {"label":"\"", "x":16, "y":3.5}, {"label":"Return", "x":17, "y":3.5, "w":2.25}, {"label":"Shift", "x":0, "y":4.5, "w":2.25}, {"label":"Z", "x":2.25, "y":4.5}, {"label":"X", "x":3.25, "y":4.5}, {"label":"C", "x":4.25, "y":4.5}, {"label":"V", "x":5.25, "y":4.5}, {"label":"B", "x":6.25, "y":4.5}, {"label":"B", "x":10.5, "y":4.5}, {"label":"N", "x":11.5, "y":4.5}, {"label":"M", "x":12.5, "y":4.5}, {"label":"<", "x":13.5, "y":4.5}, {"label":">", "x":14.5, "y":4.5}, {"label":"?", "x":15.5, "y":4.5}, {"label":"Shift", "x":16.5, "y":4.5, "w":1.75}, {"label":"Fn", "x":18.25, "y":4.5}, {"label":"", "x":1.55, "y":5.5}, {"label":"\u25c7", "x":2.55, "y":5.5, "w":1.5}, {"x":4.05, "y":5.5, "w":1.5}, {"x":5.55, "y":5.5, "w":1.5}, {"x":11.3, "y":5.5, "w":1.5}, {"x":12.8, "y":5.5, "w":1.5}, {"label":"\u25c7", "x":14.3, "y":5.5, "w":1.5}, {"label":"", "x":15.8, "y":5.5}]
+        }
+    }
+}
index 7ac7569f8475ce8217270b5b2d2aba03e2556ed4..5b316245c304251dfeafdb44102db2ec873705eb 100644 (file)
@@ -1,6 +1,6 @@
 # hecomi_alpha
 
-![hecomi_alpha](imgur.com image replace me!)
+![hecomi_alpha](https://imgur.com/a/5AwQw0r)
 
 This keyboard based on HHKB pro 2 and physical layout designed by @hecomi and @takashiski.
 
@@ -12,6 +12,10 @@ Hardware Availability: booth(@skyhigh_works)
 
 Make example for this keyboard (after setting up your build environment):
 
-    make hecomi_alpha:default
+    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).
+
+and build guide is here.
+
+[build guide](https://skyhigh-works.hatenablog.com/entry/2019/02/25/221959)
diff --git a/keyboards/hecomi/info.json b/keyboards/hecomi/info.json
deleted file mode 100644 (file)
index e69de29..0000000