summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorChristopher Browne <cbbrowne@hpaq.int.linuxdatabases.info>2016-02-06 19:49:52 -0500
committerChristopher Browne <cbbrowne@hpaq.int.linuxdatabases.info>2016-02-06 19:49:52 -0500
commit04759d63ef9b520fc41d76de64bb65198448fc1c (patch)
tree068d4142aabae57e09e31d21be5bbb20f496e801 /README.md
parentfe1519de0750acb8377abbbcb4b47b766c11df9e (diff)
parent240e8c634050558a98216691966dfdfab0a29c49 (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9c476e507a..e02fba9136 100644
--- a/README.md
+++ b/README.md
@@ -138,9 +138,9 @@ Note: Using macros to have your keyboard send passwords for you is a bad idea.
Everything is assuming you're in Qwerty (in software) by default, but there is built-in support for using a Colemak or Dvorak layout by including this at the top of your keymap:
- #include "keymap_<layout>.h"
+ #include <keymap_extras/keymap_colemak.h>
-Where <layout> is "colemak" or "dvorak". After including this line, you will get access to:
+If you use Dvorak, use `keymap_dvorak.h` instead of `keymap_colemak.h` for this line. After including this line, you will get access to:
* `CM_*` for all of the Colemak-equivalent characters
* `DV_*` for all of the Dvorak-equivalent characters