diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-20 12:20:52 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-20 12:20:52 -0400 |
commit | f6d1ce7863893e6dd0233c57f04b262f6808d78a (patch) | |
tree | 723db2fdaff2ccf810a328511d7f54cbc568d326 /README.md | |
parent | f566125c6e29e3db62552c089428591d460ce583 (diff) | |
parent | 44e098ef2d6c571cee9e5fa1b007b40f6289852f (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -134,6 +134,11 @@ Steve Losh [described](http://stevelosh.com/blog/2012/10/a-modern-space-cadet/) To use it, use `KC_LSPO` (Left Shift, Parens Open) for your left Shift on your keymap, and `KC_RSPC` (Right Shift, Parens Close) for your right Shift. +It's defaulted to work on US keyboards, but if your layout uses different keys for parenthesis, you can define those in your keymap like this: + + #define LSPO_KEY KC_9 + #define RSPC_KEY KC_0 + The only other thing you're going to want to do is create a `makefile.mk` in your keymap directory and set the following: ``` |