diff options
author | QMK Bot <hello@qmk.fm> | 2021-03-07 23:34:13 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-03-07 23:34:13 +0000 |
commit | 7d45b7f269ddcfc1b33a55d8fed77bdfbf81ba8b (patch) | |
tree | 2340ac4ce86c2f1fa59c1c0d390ded642112f7f3 /keyboards/crkbd/keymaps/armand1m/readme.md | |
parent | 43b47495e333a640903c029a35defda5b000502f (diff) | |
parent | 2aa38f5bd339b206b01963110d4c068bbe0f64bf (diff) | |
download | qmk_firmware-7d45b7f269ddcfc1b33a55d8fed77bdfbf81ba8b.tar.gz qmk_firmware-7d45b7f269ddcfc1b33a55d8fed77bdfbf81ba8b.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/crkbd/keymaps/armand1m/readme.md')
-rw-r--r-- | keyboards/crkbd/keymaps/armand1m/readme.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/armand1m/readme.md b/keyboards/crkbd/keymaps/armand1m/readme.md new file mode 100644 index 0000000000..11479263bf --- /dev/null +++ b/keyboards/crkbd/keymaps/armand1m/readme.md @@ -0,0 +1,35 @@ +# armand1m crkbd layout + +This is the personal layout for [@armand1m](https://github.com/armand1m) + +This layout is heavily inspired in my personal Moonlander layout, optimized for my own personal usage. + +As of the date of this writing, my environment runs OS X Big Sur with yabai and skhd to provide an window tiling management experience similar to what i3wm offers to Linux, which means that I often use the `alt` keys. + +I am a huge fan of ModTaps, so this layout will contain some of those to allow for a better experience in such a small keyboard like the crkbd. + +## Usage + +In case you have `qmk` installed: + +```sh +qmk compile -kb crkbd -km armand1m +``` + +The compiled .hex file should be available in `qmk_firmware/.build` + +You can also trigger a build and flash automatically by running the following command: + +```sh +qmk flash -kb crkbd -km armand1m +``` + +If you built your crkbd with an Elite-C microcontroller, you probably want to use a DFU bootloader: + +```sh +qmk flash -kb crkbd -km armand1m -bl dfu +``` + +## Credits + + - Armando Magalhaes [(github)](https://go.d1m.dev/github) |