qmk-keychron-q3-colemak-dh/keyboards/redox_w/keymaps/dvorak/readme.md
66f9e4eae 249eb87102
[Keyboard] [redox_w] add dvorak layout and white led support (#16259)
Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-02-21 09:09:19 -08:00

39 lines
1.3 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### fork from default layoutand support dvorak layout[defalut layer]
##### only use 3 layers
```
Keymap: 3 Layers
-----------------
stack of layers
____________ precedence
/ / | high
31 /___________// |
: _:_:_:_:_:__ |
3 /___________// | --- adjust
2 /___________// | --- qwerty
1 /___________// | --- symb
0 /___________/ | --- dvorak[default]
```
defalut LED indicators
RED --------- CAPS LOCK
BLUE ------- SYMB layer
GREEN----- QWERTY layer
WHITE------ NUM LOCK *in my test case,this is inefficient on mac os*
> BLUE and GREEN as a bit flag
>
> 0                    0
| BLUE(0) | GREEN(0) | STATUS | DESCRIBE |
|:-------:|:--------:|:------:|:--------------------------------------------------- |
| 0 | 0 | 0 | layer 0[dvorak] is active,and blue,green led is off |
| 1 | 0 | 1 | layer1[symb] is active, and blue led is on |
| 0 | 1 | 2 | layer 2[qwerty] is active,and green led is on |
| 1 | 1 | 3 | layer 3[adjust] is active,and blue,green led is on |