summaryrefslogtreecommitdiffstats
path: root/keyboards/dz60/keymaps/macos_64/readme.md
diff options
context:
space:
mode:
authorTeng <teng_huo@outlook.com>2019-05-02 17:02:34 +0200
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-05-02 17:02:34 +0200
commit55d37d9fbcd85a49acbf539d751f0003e7b770ed (patch)
treea790d62fdf712ad44e1fba1360be480a8ab4bbd4 /keyboards/dz60/keymaps/macos_64/readme.md
parent27b0f8923e845a30adfde13756cb5845b8cd1ab7 (diff)
downloadqmk_firmware-55d37d9fbcd85a49acbf539d751f0003e7b770ed.tar.gz
qmk_firmware-55d37d9fbcd85a49acbf539d751f0003e7b770ed.tar.xz
add a new keymap of DZ60 for MacOS (#5760)
* add a new keymap of DZ60 for MacOS * dz60:macos_64 1. remove useless bright keys code, change to KC_PAUSE 2. add a documentation link in the readme
Diffstat (limited to 'keyboards/dz60/keymaps/macos_64/readme.md')
-rw-r--r--keyboards/dz60/keymaps/macos_64/readme.md45
1 files changed, 45 insertions, 0 deletions
diff --git a/keyboards/dz60/keymaps/macos_64/readme.md b/keyboards/dz60/keymaps/macos_64/readme.md
new file mode 100644
index 000000000..c559c2b38
--- /dev/null
+++ b/keyboards/dz60/keymaps/macos_64/readme.md
@@ -0,0 +1,45 @@
+# MacOS 64 keymap
+
+This is a keymap of DZ60 configured with 64 keys for MacOS. It refers the keymap of [macos_arrow](../macos_arrow/readme.md).
+
+## How to use
+
+1. Follow the [introduction](https://docs.qmk.fm/#/) to compile the keymap
+2. Download QMK Toolbox from [here](https://github.com/qmk/qmk_toolbox/releases)
+3. Insert the dz60 keyboard while pressing ```Space+b``` (default)
+4. Flash the firmware
+
+More details about flashing firmware please check the [documentation](https://docs.qmk.fm/#/) of QMK.
+
+## Base Layer
+
+```
+,-----------------------------------------------------------------------------------------.
+| Esc | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0 | - | = | Backspace |
+|-----------------------------------------------------------------------------------------+
+| Tab | Q | W | E | R | T | Y | U | I | O | P | [ | ] | \ |
+|-----------------------------------------------------------------------------------------+
+| Caps | A | S | D | F | G | H | J | K | L | ; | ' | Enter |
+|-----------------------------------------------------------------------------------------+
+| Shift | Z | X | C | V | B | N | M | , | . | / |Shift| Up |Delete|
+|-----------------------------------------------------------------------------------------+
+| Ctrl | Alt | Cmd | Space | Fn | Alt | Left| Down|Right|
+`-----------------------------------------------------------------------------------------'
+```
+
+## Fn Layer
+
+```
+,-----------------------------------------------------------------------------------------.
+| ` ~ | BR- | BR+ | | | | |PREV |PLAY |NEXT |MUTE | V- | V+ | Delete |
+|-----------------------------------------------------------------------------------------+
+| | | | Up | | | | | 0 | 1 | 2 | 3 | | RESET |
+|-----------------------------------------------------------------------------------------+
+| | | Left| Down|Right| | | | | 4 | 5 | 6 | |
+|-----------------------------------------------------------------------------------------+
+| | | | | | | | | | 7 | 8 | 9 | | |
+|-----------------------------------------------------------------------------------------+
+| | | | | | | | | |
+`-----------------------------------------------------------------------------------------'
+
+```