forked from forks/qmk_firmware
19584b92c5
* using similar keymaps (with vim in mind) for planck and crkbd * changed to rgb matrix and lower max brightness to prevent unresponsiveness * readme and default rgb mode * disable all the not wanted effects and activate the framebuffer ones * changed effects * changed custom keycodes to defines * fixed comment
11 lines
211 B
Markdown
11 lines
211 B
Markdown
# Dvorak keymap for CRKBD
|
|
|
|
To flash the halves use:
|
|
|
|
```
|
|
#left side
|
|
make crkbd:dsanchezseco:dfu-split-left
|
|
#right side, with RGB matrix fix
|
|
make crkbd:dsanchezseco:dfu-split-right RGB_MATRIX_SPLIT_RIGHT=yes
|
|
```
|