diff options
author | Ryan <fauxpark@gmail.com> | 2020-04-17 17:50:58 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 09:50:58 +0200 |
commit | bc13dcd349430074d4276da33ec282bdd7833c78 (patch) | |
tree | 026c2a870b563e2cb51432b706233323d4c7d027 /docs/ja | |
parent | 55002338b1310bcc7e581ac1e59957e6579ee271 (diff) |
Remove Atmel FLIP from install scripts and documentation (#8822)
Diffstat (limited to 'docs/ja')
-rw-r--r-- | docs/ja/faq_debug.md | 7 | ||||
-rw-r--r-- | docs/ja/flashing.md | 1 | ||||
-rw-r--r-- | docs/ja/getting_started_vagrant.md | 1 |
3 files changed, 0 insertions, 9 deletions
diff --git a/docs/ja/faq_debug.md b/docs/ja/faq_debug.md index 8e42aebbb5..856e9473a1 100644 --- a/docs/ja/faq_debug.md +++ b/docs/ja/faq_debug.md @@ -152,10 +152,3 @@ https://geekhack.org/index.php?topic=14290.msg1884034#msg1884034 https://github.com/tmk/tmk_keyboard/issues/266 https://geekhack.org/index.php?topic=41989.msg1967778#msg1967778 - - - -## FLIP が動作しない -### `AtLibUsbDfu.dll` が見つかりません -デバイスマネージャから現在のドライバを削除し、FLIP が提供するものを再インストールします。 -http://imgur.com/a/bnwzy diff --git a/docs/ja/flashing.md b/docs/ja/flashing.md index 62baa907d1..713d4fdf9e 100644 --- a/docs/ja/flashing.md +++ b/docs/ja/flashing.md @@ -31,7 +31,6 @@ BOOTLOADER = atmel-dfu * [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) (推奨の GUI) * QMK の [dfu-programmer](https://github.com/dfu-programmer/dfu-programmer) / `:dfu` (推奨のコマンドライン) -* [Atmel の Flip](http://www.microchip.com/developmenttools/productdetails.aspx?partno=flip) (非推奨) 書き込み手順: diff --git a/docs/ja/getting_started_vagrant.md b/docs/ja/getting_started_vagrant.md index 0bc5c4b798..66fb895107 100644 --- a/docs/ja/getting_started_vagrant.md +++ b/docs/ja/getting_started_vagrant.md @@ -25,7 +25,6 @@ Vagrant 以外に、適切なプロバイダがインストールされ、その * [QMK Toolbox](https://github.com/qmk/qmk_toolbox) (推奨) * [Teensy ローダー](https://www.pjrc.com/teensy/loader.html) -* [Atmel FLIP](http://www.atmel.com/tools/flip.aspx) コマンドラインでプログラムしたい場合は、Vagranfile の ['modifyvm'] 行のコメントを解除して Linux への USB パススルーを有効にし、dfu-util/dfu-programmer のようなコマンドラインツールを使ってプログラムすることができます。あるいは Teensy CLI バージョンをインストールすることができます。 |