From cb12bccc8a77e7ac997ec5f3d2ebf7f467ce1477 Mon Sep 17 00:00:00 2001 From: Shunpoco Date: Sun, 15 May 2022 10:45:54 +0900 Subject: [PATCH 1/4] Fix link: readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cd56746..05a257c 100644 --- a/readme.md +++ b/readme.md @@ -46,8 +46,8 @@ NchMOSFET IRLML6344TRPbF × 2 # Firmware The ErgoDash uses QMK for its firmware, and the code for it is here: -[QMK - ErgoDash directory](https://github.com/qmk/qmk_firmware/tree/master/keyboards/ergodash) -. +[QMK - ErgoDash directory](https://github.com/qmk/qmk_firmware/tree/master/keyboards/omkbd/ergodash) +. # Build Guide From 56dbea6bff89d2db6c68c3ae868076ab36d689f6 Mon Sep 17 00:00:00 2001 From: Shunpoco Date: Sun, 15 May 2022 10:47:05 +0900 Subject: [PATCH 2/4] Fix link: Doc/build-en.md --- Doc/build-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/build-en.md b/Doc/build-en.md index b13e27e..c4b797c 100644 --- a/Doc/build-en.md +++ b/Doc/build-en.md @@ -142,7 +142,7 @@ QMK Build Guide https://docs.qmk.fm/#/getting_started_build_tools ErgoDash Firmware -https://github.com/qmk/qmk_firmware/tree/master/keyboards/ergodash +https://github.com/qmk/qmk_firmware/tree/master/keyboards/omkbd/ergodash If the right hand side is the master, you need to build the firmware by specifying `MASTER_RIGHT` in the config.h file in the key map of qmk. To turn on Backlight and Underglow, add the following to rules.mk in the keymap. From 1e1fb324094a64709e17bb48cedaad06b97cc915 Mon Sep 17 00:00:00 2001 From: Shunpoco Date: Sun, 15 May 2022 10:47:19 +0900 Subject: [PATCH 3/4] Fix link: Doc/build.md --- Doc/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/build.md b/Doc/build.md index 2900778..4bf5fcf 100644 --- a/Doc/build.md +++ b/Doc/build.md @@ -110,8 +110,8 @@ https://github.com/MakotoKurauchi/helix/blob/master/Doc/buildguide_jp.md#pro-mic ## 12 Firmwareの書き込み 以下を参考に書き込んでください。または、QMKで検索すると書き込み方がすぐに出てくるはずです。 https://docs.qmk.fm/#/getting_started_build_tools -ErgoDashのFirmwareは以下にあります。 -https://github.com/qmk/qmk_firmware/tree/master/keyboards/ergodash +ErgoDashのFirmwareは以下にあります。 +https://github.com/qmk/qmk_firmware/tree/master/keyboards/omkbd/ergodash 右手側をマスターにした場合はqmkのkeymap内のconfig.hファイルで `MASTER_RIGHT`を指定してファームウェアをビルドする必要があります。 From 71ebe8bce34a207826a17346e03816dc8e56ecc5 Mon Sep 17 00:00:00 2001 From: Shunpoco Date: Sun, 15 May 2022 10:47:32 +0900 Subject: [PATCH 4/4] Fix link: Doc/ergodash_jp.md --- Doc/ergodash_jp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/ergodash_jp.md b/Doc/ergodash_jp.md index 97cb824..842d298 100644 --- a/Doc/ergodash_jp.md +++ b/Doc/ergodash_jp.md @@ -56,7 +56,7 @@ PCBとケース以外は基本的に国内サイトで入手可能です。 ## ファームウェア QMK Firmwareで動作します。 -[QMK - ErgoDash directory](https://github.com/qmk/qmk_firmware/tree/master/keyboards/ergodash) +[QMK - ErgoDash directory](https://github.com/qmk/qmk_firmware/tree/master/keyboards/omkbd/ergodash) . ## 組み立て方