diff options
author | Martin Gondermann <magicmonty@users.noreply.github.com> | 2017-06-14 16:20:43 +0200 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2017-06-14 07:20:43 -0700 |
commit | 49cfdb544d65005d2779b19d91432b6cbd278722 (patch) | |
tree | 2271f5133a5439a489e48ea2fc33d31d2cb0c396 /keyboards/clueboard/keymaps/magicmonty/config.h | |
parent | 3aa620c1ac4cbeff857f0add5080c07ac5b9fb65 (diff) |
Added HyperTab and Ctrl/Fn as well as Space cadet parens (#1390)
* Added HyperTab and Ctrl/Escape as well as Space cadet parens to magicmonty keymap
* Replaced CTL_ESC With FN_ESC
Diffstat (limited to 'keyboards/clueboard/keymaps/magicmonty/config.h')
-rw-r--r-- | keyboards/clueboard/keymaps/magicmonty/config.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/keyboards/clueboard/keymaps/magicmonty/config.h b/keyboards/clueboard/keymaps/magicmonty/config.h index 4b2953499b..30b2a171ed 100644 --- a/keyboards/clueboard/keymaps/magicmonty/config.h +++ b/keyboards/clueboard/keymaps/magicmonty/config.h @@ -26,4 +26,19 @@ /* 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 + + Default is + #define LSPO_KEY KC_9 + #define RSPC_KEY KC_0 +*/ +#define LSPO_KEY KC_8 +#define RSPC_KEY KC_9 + #endif |