qmk-firmware/docs/ja
umi da1a527c90 [Docs] add japanese translations (#7454)
* for initial commit

* for initial commit

* for initial commit

* Update led_update_kb example (#7451)

* Update led_update_kb example

* Update comment to explain pin behavior

* wordsmith

* wordsmithing 2

* Remove CR when computing BOOTLOADER_SIZE. (#7453)

* Set up language fallback for docs, and update translation guidelines (#7403)

* Set up language fallback for docs, and update translation guidelines

* Title Case

* Add ID example

* Link to emoji flag cheatsheet

* Move docs preview section to contributing.md

* Point to docs preview in the readme

* [Keyboard] Added Cans12er keyboard (#7455)

* added cans12er keyboard

* updated readme

Updated the readme to conform with the provided template from the qmk_firmware githubpage

* Update keyboards/cans12er/README.md

Co-Authored-By: James Young <18669334+noroadsleft@users.noreply.github.com>

* Changed configuration

Changed the configuration based on the Change Request from PR #7455 made by github user noroadsleft

* [Keyboard] Update ATmega32A readme files to match template (#7462)

* Update atmega32a readme files to match template

* Update atmega32a readme files to match template - fixes

* Apply suggestions from code review

* update files based on comments

* update files based on comments

* update files based on comments

* update files based on comments

* update files based on comments

* update files based on comments

* update files based on comments

Co-Authored-By: Takeshi ISHII <2170248+mtei@users.noreply.github.com>
Co-Authored-By: shela <shelaf@users.noreply.github.com>
2019-12-02 11:12:02 -08:00
..
README.md [Docs] add japanese translations (#7454) 2019-12-02 11:12:02 -08:00
_summary.md [Docs] Update japanese translation of newbs.md and related documents. (#7431) 2019-11-21 02:36:38 -08:00
arm_debugging.md [Docs] add japanese translations (#7454) 2019-12-02 11:12:02 -08:00
config_options.md [Docs] add japanese translations (#7454) 2019-12-02 11:12:02 -08:00
newbs.md [Docs] Update japanese translation of newbs.md and related documents. (#7431) 2019-11-21 02:36:38 -08:00
newbs_best_practices.md [Docs] Update japanese translation of newbs.md and related documents. (#7431) 2019-11-21 02:36:38 -08:00
newbs_building_firmware.md [Docs] Update japanese translation of newbs.md and related documents. (#7431) 2019-11-21 02:36:38 -08:00
newbs_building_firmware_configurator.md [Docs] Update japanese translation of newbs.md and related documents. (#7431) 2019-11-21 02:36:38 -08:00
newbs_flashing.md [Docs] Update japanese translation of newbs.md and related documents. (#7431) 2019-11-21 02:36:38 -08:00
newbs_getting_started.md [Docs] Update japanese translation of newbs.md and related documents. (#7431) 2019-11-21 02:36:38 -08:00
newbs_learn_more_resources.md [Docs] Update japanese translation of newbs.md and related documents. (#7431) 2019-11-21 02:36:38 -08:00
newbs_testing_debugging.md [Docs] Update japanese translation of newbs.md and related documents. (#7431) 2019-11-21 02:36:38 -08:00

README.md

Quantum Mechanical Keyboard Firmware

現在のバージョン ビルド状態 Discord ドキュメントの状態 GitHub 貢献者 GitHub フォーク

QMK ファームウェアとは何か?

QMK (Quantum Mechanical Keyboard)は QMK ファームウェア、QMK ツールボックス、qmk.fm およびそれらのドキュメントを保守するオープンソースコミュニティです。QMK ファームウェアはtmk_keyboard を元にしたキーボードファームウェアで、Atmel AVR コントローラ、より具体的には OLKB 製品ErgoDox EZ キーボードおよび Clueboard 製品 のための幾つかの便利な機能を持ちます。また、ChibiOS を使って ARM チップに移植されています。これを使ってあなたの作った手配線のキーボードあるいはカスタムキーボード PCB で作ったキーボードを動かすことができます。

入手方法

QMK のキーマップ、キーボード、機能に貢献をする予定がある場合、最も簡単なのは、Github を介してリポジトリをフォークし、リポジトリをあなたの開発環境にクローンして変更を加え、それらをプッシュし、プルリクエストを開くことです。

それ以外の場合は、git clone https://github.com/qmk/qmk_firmware を介して直接クローンすることができます。zip または tar ファイルをダウンロードしないでください。コンパイルするためのサブモジュールをダウンロードするために git リポジトリが必要です。

コンパイル方法

コンパイルをする前に、AVR または ARM 開発のための環境をインストールする必要があります。それが完了したら、make コマンドを使用して、以下の表記でキーボードとキーマップをビルドします。

make planck/rev4:default

これは、planckrev4 リビジョンを default キーマップでビルドします。全てのキーボードにリビジョン(サブプロジェクトまたはフォルダとも呼ばれます)があるわけではありません。その場合は省略されます:

make preonic:default

カスタマイズ方法

QMK には、探求すべき多くの機能と、深堀りするためのリファレンス ドキュメントがたくさんあります。ほとんどの機能はキーマップを変更し、キーコードを変更することで活用されます。