summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/dsanchezseco/README.md
diff options
context:
space:
mode:
authordsanchezseco <d.seco@protonmail.com>2019-10-08 20:16:38 +0200
committerDrashna Jaelre <drashna@live.com>2019-10-08 11:16:38 -0700
commit19584b92c559b134401be1efa7a5f199eda12f89 (patch)
tree2de19354717ed624a7b04687289b5587e071a333 /keyboards/crkbd/keymaps/dsanchezseco/README.md
parent2707652c9877e5fc7dd67670f8e14962c31baf42 (diff)
[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
Diffstat (limited to 'keyboards/crkbd/keymaps/dsanchezseco/README.md')
-rw-r--r--keyboards/crkbd/keymaps/dsanchezseco/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/dsanchezseco/README.md b/keyboards/crkbd/keymaps/dsanchezseco/README.md
new file mode 100644
index 0000000000..ce161e3c55
--- /dev/null
+++ b/keyboards/crkbd/keymaps/dsanchezseco/README.md
@@ -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
+```