diff options
author | Arthur <aflageul@tuta.io> | 2022-07-28 01:51:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 16:51:13 -0700 |
commit | 1e745c48b657c503e248e60f5b68bc517d4bc9e5 (patch) | |
tree | cfcb733a68e5a7839c6e7bed6f2c3aa1b6dd7312 /keyboards/splitkb/kyria/keymaps/artflag/readme.md | |
parent | 23f365b6014634bf9f67ed3515853bf8c4372615 (diff) |
[Keymap] Add artflag kyria layout (#17778)
* Initial firmware
* feedback
* updates
* update map
Diffstat (limited to 'keyboards/splitkb/kyria/keymaps/artflag/readme.md')
-rw-r--r-- | keyboards/splitkb/kyria/keymaps/artflag/readme.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/splitkb/kyria/keymaps/artflag/readme.md b/keyboards/splitkb/kyria/keymaps/artflag/readme.md new file mode 100644 index 0000000000..02cb1ce19a --- /dev/null +++ b/keyboards/splitkb/kyria/keymaps/artflag/readme.md @@ -0,0 +1,26 @@ +# Simple workman layout + +## Features + +- Workman layout +- semicolon and colon are flipped. Colon on tap, semicolon on double tap. + +## Using the layout + +1. Use https://config.qmk.fm/#/splitkb/kyria/rev2/LAYOUT to edit `workman-artflag.json`. + +1. Convert to `keymap.c`: + + ```bash + cd keyboards/splitkb/kyria/keymaps/ArtFlag + qmk json2c workman-artflag.json > keymap.c + cd ../../../../.. + ``` + +1. Git diff to bring back the code for tap dancing. +1. Compile and flash: + + ```bash + qmk compile && qmk flash + ``` +
\ No newline at end of file |