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.

52 lines
2.2 KiB

  1. # Documentation Templates
  2. This page documents the templates you should use when submitting new Keymaps and Keyboards to QMK.
  3. ## Keymap `readme.md` Template :id=keyboard-readmemd-template
  4. Most keymaps have an image depicting the layout. You can use [Keyboard Layout Editor](http://keyboard-layout-editor.com) to create an image. Upload it to [Imgur](https://imgur.com) or another hosting service, please do not include images in your Pull Request.
  5. Below the image you should write a short description to help people understand your keymap.
  6. ```
  7. ![Clueboard Layout Image](https://i.imgur.com/7Capi8W.png)
  8. # Default Clueboard Layout
  9. This is the default layout that comes flashed on every Clueboard. For the most
  10. part it's a straightforward and easy to follow layout. The only unusual key is
  11. the key in the upper left, which sends Escape normally, but Grave when any of
  12. the Ctrl, Alt, or GUI modifiers are held down.
  13. ```
  14. ## Keyboard `readme.md` Template
  15. ```
  16. # Planck
  17. ![Planck](https://i.imgur.com/q2M3uEU.jpg)
  18. A compact 40% (12x4) ortholinear keyboard kit made and sold by OLKB and Massdrop. [More info on qmk.fm](https://qmk.fm/planck/)
  19. * Keyboard Maintainer: [Jack Humbert](https://github.com/jackhumbert)
  20. * Hardware Supported: Planck PCB rev1, rev2, rev3, rev4, Teensy 2.0
  21. * Hardware Availability: [OLKB.com](https://olkb.com), [Massdrop](https://www.massdrop.com/buy/planck-mechanical-keyboard?mode=guest_open)
  22. Make example for this keyboard (after setting up your build environment):
  23. make planck/rev4:default
  24. Flashing example for this keyboard:
  25. make planck/rev4:default:flash
  26. 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).
  27. ## Bootloader
  28. Enter the bootloader in 3 ways:
  29. * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
  30. * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
  31. * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
  32. ```