You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
shela bea62add55
[Docs] Trivial documentation fix (#8509)
4 years ago
..
README.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
_summary.md [Docs] Japanese translation of docs/custom_matrix.md (#8463) 4 years ago
arm_debugging.md [Docs] Trivial documentation fix (#8509) 4 years ago
cli.md Rename qmk json-keymap to qmk json2c (#8372) 4 years ago
cli_configuration.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
config_options.md [Docs] Update Japanese translation (#8129) 4 years ago
contributing.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
custom_matrix.md [Docs] Japanese translation of docs/custom_matrix.md (#8463) 4 years ago
custom_quantum_functions.md [Docs] add japanese translation (detail guide part) (#7722) 4 years ago
driver_installation_zadig.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
faq.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
faq_build.md [Docs] Update Japanese translation (#7783) 4 years ago
faq_debug.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
faq_general.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
faq_keymap.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
feature_tap_dance.md [Docs] translated 'feature_tap_dance.md' to japanese. (#8137) 4 years ago
flashing.md [Docs] add japanese translation (detail guide part) (#7722) 4 years ago
getting_started_build_tools.md [Docs] add japanese translation (detail guide part) (#7722) 4 years ago
getting_started_getting_help.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
getting_started_github.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
getting_started_introduction.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
getting_started_make_guide.md [Docs] add japanese translation (detail guide part) (#7722) 4 years ago
getting_started_vagrant.md [Docs] add japanese translation (detail guide part) (#7722) 4 years ago
i2c_driver.md [Docs] i2c_driver translation to Japanese (#8274) 4 years ago
keymap.md [Docs] add japanese translation (detail guide part) (#7722) 4 years ago
newbs.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
newbs_building_firmware.md [Docs] Update Japanese translation (#7783) 4 years ago
newbs_building_firmware_configurator.md overhaul the newbs guide 4 years ago
newbs_flashing.md [Docs] Update Japanese translation (#8015) 4 years ago
newbs_getting_started.md [Docs] Update Japanese translation (#8015) 4 years ago
newbs_git_best_practices.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
newbs_git_resolving_merge_conflicts.md [Docs] Update check commands in Japanese documents (#7787) 4 years ago
newbs_git_resynchronize_a_branch.md [Docs] Update Japanese translation (#8015) 4 years ago
newbs_git_using_your_master_branch.md [Docs] Update Japanese translation (#8015) 4 years ago
newbs_learn_more_resources.md [Docs] Update Japanese translation (#8015) 4 years ago
newbs_testing_debugging.md [Docs] Update Japanese translation (#8015) 4 years ago

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