diff options
author | Damien <Dbroqua@users.noreply.github.com> | 2020-03-30 08:51:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-29 23:51:53 -0700 |
commit | e90d66f93ea8b164f38c3679444ee6252182c02d (patch) | |
tree | fbd81268f746118050ab49d1d1b76c96a6f5eb3d /keyboards/hhkb/keymaps/dbroqua/readme.md | |
parent | bfef2c7b0583e5b48bba9a0fd92934b395c0b08d (diff) |
[Keymap] Cleaning dbroqua's HHKB layout (#8578)
* Cleaning dbroqua's HHKB layout
Removed _ADJUST layout and integrate move directly on _FN layout.
* Update readme.md
* use enum
Diffstat (limited to 'keyboards/hhkb/keymaps/dbroqua/readme.md')
-rw-r--r-- | keyboards/hhkb/keymaps/dbroqua/readme.md | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/keyboards/hhkb/keymaps/dbroqua/readme.md b/keyboards/hhkb/keymaps/dbroqua/readme.md index 05ae9ff427..3b8950fee0 100644 --- a/keyboards/hhkb/keymaps/dbroqua/readme.md +++ b/keyboards/hhkb/keymaps/dbroqua/readme.md @@ -2,10 +2,25 @@ * Online keyboard layout editor: http://www.keyboard-layout-editor.com/#/gists/78eaf35e80bb714eea80cb4049dedb01 -# Programming Instructions: +## Switch layout -Enter into programming mode and run the following command. +Default bottom layer: -``` -$ sudo LAYOUT=dbroqua make dfu -``` +* LALT / LGUI / SPACE / RGUI / RCTRL + +Alternate bottom layer: + +* LGUI / LALT / SPACE / RALT / RCTRL + +To switch from default to alternate (or alternate to default) simple press FN + (LALT/LGUI). + + +## Media keys : + +* fn + a = vol_dn +* fn + s = vol_up +* fn + d = mute +* fn + z = previous song +* fn + x = play/pause +* fn + c = next song +* fn + (RGUI/RALT) = stop |