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.

45 lines
2.1 KiB

  1. # ドキュメントテンプレート
  2. <!---
  3. original document: 0.9.19:docs/documentation_templates.md
  4. git diff 0.9.19 HEAD -- docs/documentation_templates.md | cat
  5. -->
  6. このページでは、新しいキーマップやキーボードを QMK に提出する際に使うべきテンプレートをまとめています。
  7. ## キーマップ `readme.md` テンプレート :id=keyboard-readmemd-template
  8. ほとんどのキーマップには、レイアウトを表す画像があります。画像を作成するには、[Keyboard Layout Editor](https://keyboard-layout-editor.com) を使うことができます。画像は [Imgur](https://imgur.com) や別のホスティングサービスにアップロードし、プルリクエストに画像を含めないでください。
  9. 画像の下には、キーマップを理解してもらうための簡単な説明文を書いてください。
  10. ```
  11. ![Clueboard Layout Image](https://i.imgur.com/7Capi8W.png)
  12. # Default Clueboard Layout
  13. This is the default layout that comes flashed on every Clueboard. For the most
  14. part it's a straightforward and easy to follow layout. The only unusual key is
  15. the key in the upper left, which sends Escape normally, but Grave when any of
  16. the Ctrl, Alt, or GUI modifiers are held down.
  17. ```
  18. ## キーボード `readme.md` テンプレート
  19. ```
  20. # Planck
  21. ![Planck](https://i.imgur.com/q2M3uEU.jpg)
  22. A compact 40% (12x4) ortholinear keyboard kit made and sold by OLKB and Massdrop. [More info on qmk.fm](https://qmk.fm/planck/)
  23. * Keyboard Maintainer: [Jack Humbert](https://github.com/jackhumbert)
  24. * Hardware Supported: Planck PCB rev1, rev2, rev3, rev4, Teensy 2.0
  25. * Hardware Availability: [OLKB.com](https://olkb.com), [Massdrop](https://www.massdrop.com/buy/planck-mechanical-keyboard?mode=guest_open)
  26. Make example for this keyboard (after setting up your build environment):
  27. make planck/rev4:default
  28. See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
  29. ```