1
0
Fork 0

[Keymap] keymaps for planck and crkbd (#6895)

* 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
This commit is contained in:
dsanchezseco 2019-10-08 20:16:38 +02:00 committed by Drashna Jaelre
parent 2707652c98
commit 19584b92c5
6 changed files with 232 additions and 65 deletions

View file

@ -0,0 +1,10 @@
# 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
```