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.

20 lines
911 B

3 years ago
  1. # Max mal Richtig's "miryoku-ish" QMK layout for the Corne Keyboard
  2. ## How to build this layout
  3. This repo is intendend to be used as a submodule with the upstream QMK firmware.
  4. 1. Clone QMK - e.g. with `qmk setup`
  5. 2. Add this repo as a submodule to your local QMK clone:
  6. `git submodule add https://this_repos_address <QMK_PATH>/keyboards/crkbd/keymaps/maxmalrichtig`
  7. 3. Build the keymap with `qmk compile -kb crkbd -km maxmalrichtig`
  8. 4. Flash both halfes of the board with `qmk flash -kb crkbd -km maxmalrichtig`
  9. ## With which QMK commit will this build?
  10. (One of the) last successful builds was possible with the QMK commit you can find in [successful_build_with_qmk_commit.info](successful_build_with_qmk_commit.info).
  11. ## How do I get the current commit into this file?
  12. From QMK directory:
  13. `git rev-parse origin/HEAD > keyboards/crkbd/keymaps/maxmalrichtig/successful_build_with_qmk_commit.info`