da6d6ce2e1
* docs: clarify in "Keymap Overview" what LAYOUT is and isn't It is not strictly necessary to use LAYOUT macros in keyboard.c, but it is a convenient abstraction of hardware internals, allowing focus on the physical keyboard layout. From the C source point of view LAYOUT is macro with a parameter list, which expands to a array of rows that each is an array with a keyboard scancode for each column. A macro parameter list is not an array, and even less a single array. Perhaps no big deal, but also no reason to give incorrect hints. * docs: update "Understanding QMK's Code" to current code structure introduced in 96e2b13d1de This part of the documentation was no longer correct. I tried updating it, mainly copy editing and using github links to latest release. This is not trying to fix all problems, but just trying to fix some problems while reusing much of the old phrases and structure. * Update docs to use "qmk format-python"
Quantum Mechanical Keyboard Firmware
QMK ファームウェアとは何でしょうか?
QMK (Quantum Mechanical Keyboard)は、コンピュータ入力デバイスの開発を中心としたオープンソースコミュニティです。コミュニティには、キーボード、マウス、MIDI デバイスなど、全ての種類の入力デバイスが含まれます。協力者の中心グループは、QMK ファームウェア、QMK Configurator、QMK ツールボックス、qmk.fm、そして、このドキュメントを、あなたのようなコミュニティメンバーの助けを借りて保守しています。
始めましょう
QMK は初めてですか?始めるには2つの方法があります:
- 基本: QMK Configurator
- 発展: ソースを使用します
- より強力ですが、使うのはより困難です。
自分用にアレンジします
QMK には、探求すべき多くの機能と、深く知るためのリファレンスドキュメントがたくさんあります。ほとんどの機能はキーマップを変更し、キーコードを変更することで活用されます。
手助けが必要ですか?
サポートページ をチェックして、QMK の使い方について手助けを得る方法を確認してください。
貢献する
QMK コミュニティに貢献する方法はたくさんあります。始める最も簡単な方法は、それを使って友人に QMK という単語を広めることです。
- フォーラムやチャットルームで人々を支援します:
- 下にある「Edit This Page」をクリックしてドキュメントに貢献します
- ドキュメントをあなたの言語に翻訳します
- バグを報告します
- プルリクエストを開きます