From 1c6c5e42c3a570b3e5b1c95cd5b1a2bb4044f92f Mon Sep 17 00:00:00 2001 From: omkbd Date: Mon, 17 Sep 2018 15:38:41 +0900 Subject: [PATCH] add mini readme --- Doc/ergodash_jp.md | 2 +- mini/Doc/build.md | 1 + mini/Doc/ergodash_jp.md | 65 +++++++++++++++++++++++++++++++++++++++++ mini/readme.md | 49 +++++++++++++++++++++++++++++++ 4 files changed, 116 insertions(+), 1 deletion(-) create mode 100644 mini/Doc/build.md create mode 100644 mini/Doc/ergodash_jp.md create mode 100644 mini/readme.md diff --git a/Doc/ergodash_jp.md b/Doc/ergodash_jp.md index d02c4f3..97cb824 100644 --- a/Doc/ergodash_jp.md +++ b/Doc/ergodash_jp.md @@ -5,7 +5,7 @@ ## 特徴 ・左右分離型 ・Column staggered layout -・66~70キー(最下段をカスタマイズ可能、最大64パターン?) +・66~70キー(最下段をカスタマイズ可能、最大100パターン) ・Cherry MX 互換スイッチ対応 ・Backlight LED対応 ・RGB Underglow対応 diff --git a/mini/Doc/build.md b/mini/Doc/build.md new file mode 100644 index 0000000..b8f5c5f --- /dev/null +++ b/mini/Doc/build.md @@ -0,0 +1 @@ +# ErgoDash mini Build Guide diff --git a/mini/Doc/ergodash_jp.md b/mini/Doc/ergodash_jp.md new file mode 100644 index 0000000..ccbc68b --- /dev/null +++ b/mini/Doc/ergodash_jp.md @@ -0,0 +1,65 @@ +# ErgoDash miniについて + +![ErgoDash](https://github.com/omkbd/picture/blob/master/Ergodash.jpg) + +## 特徴 +・左右分離型 +・Column staggered layout +・62~56キー(最下段をカスタマイズ可能、最大100パターン) +・Cherry MX 互換スイッチ対応 +・Backlight LED対応 +・RGB Underglow対応 +・QMK Firmware 対応 + +## キー配列 + +![layout](https://github.com/omkbd/picture/blob/master/ergodash-layout.png) +上の図が可能な配列です。(わかりにくくてすみません。) +片手で10パターン、両手で100パターンの配列が選択可能です。 +※両手を同じ配列にする必要はありません。 + +## パーツ + +[ErgoDash mini PCB](https://github.com/omkbd/ErgoDash/tree/master/mini/PCB) + × 2 +[ErgoDash mini Case](https://github.com/omkbd/ErgoDash/tree/master/mini/Case) + × 2 +Cherry MX 互換 スイッチ × 56 +Keycap × 56 (基本的に1uのみで構成可、配列によって2uに変更) +1N4148 ダイオード × 56 +Pro Micro × 2 +TRRS jack MJ-4PP-9 × 2 +MJTP1117 switch × 2 +TRRS cable × 1 (RGB Underglowを使用する場合4極が必要) +Micro USB cable × 1 +M2×5mm ねじ × 22 +M2×8mm ねじ × 6 +M2×6mm スペーサー × 14 +ゴム足 × 8 + +------Option------ +スプリングピンヘッダ12P × 4 ([Helix](https://github.com/MakotoKurauchi/helix)で使用されているものです。) +---Backlight--- +LED 3mm × 56 +470Ω resistor × 56 +1kΩ resistor × 2 +NchMOSFET IRLML6344TRPbF × 2 +---RGB Underglow--- +LED WS2812B × 20 +又は +LEDテープ × 2 + +PCBとケース以外は基本的に国内サイトで入手可能です。 +[ここ](https://dashkbd.booth.pm/items/1011978) +で基本セットを販売しています。(準備中) + +## ファームウェア + +QMK Firmwareで動作します。 +[QMK - ErgoDash mini directory](https://github.com/qmk/qmk_firmware/tree/master/keyboards/ergodash/mini) +. + +## 組み立て方 + +[ここ](https://github.com/omkbd/ErgoDash/blob/master/Doc/build.md) +を見てください。 diff --git a/mini/readme.md b/mini/readme.md new file mode 100644 index 0000000..6e3f38b --- /dev/null +++ b/mini/readme.md @@ -0,0 +1,49 @@ +# ErgoDash mini + +![ErgoDash](https://github.com/omkbd/picture/blob/master/Ergodashmini.jpg) + +[Japanese Read me](https://github.com/omkbd/ErgoDash/blob/master/miini/Doc/ergodashmini_jp.md) + +# Layout + +![layout](https://github.com/omkbd/picture/blob/master/ergodashmini-layout.png) + +# Parts + +[ErgoDash mini PCB](https://github.com/omkbd/ErgoDash/tree/master/mini/PCB) + × 2 +[ErgoDash mini Case](https://github.com/omkbd/ErgoDash/tree/master/mini/Case) + × 2 +Switch (MX-compatible and Alps switches are supported) × 56 +Keycap × 56 +1N4148 diode × 56 +Arduino Pro Micro × 2 +TRRS jack MJ-4PP-9 × 2 +MJTP1117 switch × 2 +TRRS cable × 1 +Micro USB cable × 1 +M2 screw × 28 +M2 spacer × 14 + +---Option--- +LED WS2812B × 20 +LED 3mm × 56 +470Ω resistor × 56 +1kΩ resistor × 2 +NchMOSFET IRLML6344TRPbF × 2 + +You can get it +[here](https://dashkbd.booth.pm/items/1011978) +. + +# Firmware + +The ErgoDash uses QMK for its firmware, and the code for it is here: +[QMK - ErgoDash mini directory](https://github.com/qmk/qmk_firmware/tree/master/keyboards/ergodash/mini) +. + +# Build Guide + +Show +[here](https://github.com/omkbd/ErgoDash/blob/master/mini/Doc/build.md) +.