diff options
author | Martin Gondermann <magicmonty@users.noreply.github.com> | 2017-07-03 20:48:48 +0200 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-07-03 11:48:48 -0700 |
commit | 34c8bf47a76c8a2dcd3b1a19dd608f8fb2fafb31 (patch) | |
tree | 9f1151c7efcf589309589c7b273b2429941e1185 /keyboards/clueboard/keymaps/magicmonty/config.h | |
parent | 062b3547ed712c3c32114382cffab1e16b1fd642 (diff) |
Move Space Caded Parentheses to own layer (#1452)
* Move Space Caded Parentheses to own layer
The space cadet parentheses where too much distracting. Therefore they are now on the function layer. I also added two more layers for also having angle brackets and curly braces on the shift keys forr better access.
Also updated the README
* Fixed SHIFT+Function key conflict
* Removed Angle Bracket and Curly Bracket layers, as they don't work corrrectly
Diffstat (limited to 'keyboards/clueboard/keymaps/magicmonty/config.h')
-rw-r--r-- | keyboards/clueboard/keymaps/magicmonty/config.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/clueboard/keymaps/magicmonty/config.h b/keyboards/clueboard/keymaps/magicmonty/config.h index 30b2a171ed..d933fa9979 100644 --- a/keyboards/clueboard/keymaps/magicmonty/config.h +++ b/keyboards/clueboard/keymaps/magicmonty/config.h @@ -26,13 +26,8 @@ /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ #define MIDI_TONE_KEYCODE_OCTAVES 2 -/* 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. -*/ -#define DISABLE_SPACE_CADET_ROLLOVER - /* - Setting the Space Cadet Parens for German layout + Setting the modified Space Cadet Parens for German layout Default is #define LSPO_KEY KC_9 @@ -40,5 +35,6 @@ */ #define LSPO_KEY KC_8 #define RSPC_KEY KC_9 +#define PERMISSIVE_HOLD #endif |