]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated Home (markdown)
authorskullydazed <skullydazed@users.noreply.github.com>
Fri, 17 Feb 2017 00:23:02 +0000 (16:23 -0800)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 17 Feb 2017 00:23:02 +0000 (16:23 -0800)
Home.md

diff --git a/Home.md b/Home.md
index cb9e8b66b15ca2d4c8452899ae0167c64ddb96ca..c71f8a8e66f21625e4739fd867fae44b0b285e5c 100644 (file)
--- a/Home.md
+++ b/Home.md
@@ -246,28 +246,7 @@ Your keymap can include shortcuts to common operations (called "function actions
 
 ## Space Cadet Shift: The future, built in
 
-Steve Losh [described](http://stevelosh.com/blog/2012/10/a-modern-space-cadet/) the Space Cadet Shift quite well. Essentially, you hit the left Shift on its own, and you get an opening parenthesis; hit the right Shift on its own, and you get the closing one. When hit with other keys, the Shift key keeps working as it always does. Yes, it's as cool as it sounds.
-
-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 `config.h` like this:
-
-    #define LSPO_KEY KC_9
-    #define RSPC_KEY KC_0
-
-You can also choose between different rollover behaviors of the shift keys by defining:
-
-    #define DISABLE_SPACE_CADET_ROLLOVER
-
-in your `config.h`. Disabling rollover allows you to use the opposite shift key to cancel the space cadet state in the event of an erroneous press instead of emitting a pair of parentheses when the keys are released.
-
-The only other thing you're going to want to do is create a `Makefile` in your keymap directory and set the following:
-
-```
-COMMAND_ENABLE   = no  # Commands for debug and configuration
-```
-
-This is just to keep the keyboard from going into command mode when you hold both Shift keys at the same time.
+Steve Losh [described](http://stevelosh.com/blog/2012/10/a-modern-space-cadet/) the Space Cadet Shift quite well. Essentially, you hit the left Shift on its own, and you get an opening parenthesis; hit the right Shift on its own, and you get the closing one. When hit with other keys, the Shift key keeps working as it always does. Yes, it's as cool as it sounds. Head on over to the [Space Cadet Shift](Space-Cadet-Shift) page to read about it.
 
 ## The Leader key: A new kind of modifier