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.
 
 
Ermer, Maximilian 59186188d4 update reference to last working QMK version 1 month ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md Add some basic doc on how to setup & build this as QMK submodule 2 years ago
config.h remove unused RGB control config with deprecated symbols 1 month ago
keymap.c Add tapdance for GREETER 1 month ago
rules.mk optimazions for binary size 1 month ago
successful_build_with_qmk_commit.info update reference to last working QMK version 1 month ago

README.md

Max mal Richtig's "miryoku-ish" QMK layout for the Corne Keyboard

How to build this layout

This repo is intendend to be used as a submodule with the upstream QMK firmware.

  1. Clone QMK - e.g. with qmk setup
  2. Add this repo as a submodule to your local QMK clone:
    git submodule add https://this_repos_address <QMK_PATH>/keyboards/crkbd/keymaps/maxmalrichtig
  3. Build the keymap with qmk compile -kb crkbd -km maxmalrichtig
  4. Flash both halfes of the board with qmk flash -kb crkbd -km maxmalrichtig

With which QMK commit will this build?

(One of the) last successful builds was possible with the QMK commit you can find in successful_build_with_qmk_commit.info.

How do I get the current commit into this file?

From QMK directory:
git rev-parse origin/HEAD > keyboards/crkbd/keymaps/maxmalrichtig/successful_build_with_qmk_commit.info