diff options
| author | tarnjotsingh <26198161+tarnjotsingh@users.noreply.github.com> | 2019-11-10 21:45:03 +0000 |
|---|---|---|
| committer | fauxpark <fauxpark@gmail.com> | 2019-11-11 08:45:03 +1100 |
| commit | 54d8251f6f82886c0a83d76d2ecb8bee930611c4 (patch) | |
| tree | 4728f6a8ae91f414505f11afd082829cb3a1bc31 /keyboards/dz60/keymaps/tarnjotsingh/readme.md | |
| parent | e87434aa32de977f6e6672abff80386a10d65fb6 (diff) | |
| download | qmk_firmware-54d8251f6f82886c0a83d76d2ecb8bee930611c4.tar.gz qmk_firmware-54d8251f6f82886c0a83d76d2ecb8bee930611c4.zip | |
[Keymap] UK ISO keymap for DZ60 (#7322)
* New custom ISO keymap for DZ60
* New custom ISO keymap for DZ60
* Adding relative path for keymap image
* Removed reference to PNG and updated the README accordingly.
* Improving on the README some more after reading up on the guidelines for
keymaps
Diffstat (limited to 'keyboards/dz60/keymaps/tarnjotsingh/readme.md')
| -rw-r--r-- | keyboards/dz60/keymaps/tarnjotsingh/readme.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/tarnjotsingh/readme.md b/keyboards/dz60/keymaps/tarnjotsingh/readme.md new file mode 100644 index 000000000..c54426966 --- /dev/null +++ b/keyboards/dz60/keymaps/tarnjotsingh/readme.md | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | # DZ60 ISO Keymap | ||
| 2 | |||
| 3 | Custom keymap for UK ISO keyboard layouts. | ||
| 4 | This includes 3 different layers. | ||
| 5 | |||
| 6 | - Layer 0: | ||
| 7 | - Standard ISO layout with main modifier key, for accessing layer 1, to the right of the space bar. | ||
| 8 | - Layer 1: | ||
| 9 | - Layer that gives you access to pretty much everything else like the arrow keys. | ||
| 10 | - Layer 2; | ||
| 11 | - Standalone layer only for modifying the lighting on the board. Keys for this purpose are mapped in the locations used by the default dz60 layout. | ||
| 12 | - You can access this layer by holding MO(1) (next to the space bar) followed by holding MO(2) which where the Left Alt key is positioned. | ||
| 13 | |||
| 14 |  | ||
| 15 | |||
| 16 | Make the kaymap for this keyboard (after setting up your build environment): | ||
| 17 | |||
| 18 | make dz60:tarnjotsingh | ||
| 19 | |||
| 20 | Then flash it by running: | ||
| 21 | |||
| 22 | make dz60:tarnjotsingh:flash | ||
| 23 | |||
| 24 | 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). | ||
