diff options
author | bestguy <7zark7@gmail.com> | 2017-02-05 16:08:31 -0800 |
---|---|---|
committer | bestguy <7zark7@gmail.com> | 2017-02-05 16:08:31 -0800 |
commit | c3ebd9e61badc47a69143e9448fbfecce1027ede (patch) | |
tree | d84edbbc86bba0de07f8623df3042d70f41d2294 /Home.md | |
parent | cdece6811d072a67d6302e70e879695aba485148 (diff) |
Fix indent to show code formatting, <keymap_colemak.h> was missing
Diffstat (limited to 'Home.md')
-rw-r--r-- | Home.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -866,7 +866,7 @@ For the details about the internals of the dynamic macros, please read the comme 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_colemak.h> + #include <keymap_colemak.h> 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: |