From 49cfdb544d65005d2779b19d91432b6cbd278722 Mon Sep 17 00:00:00 2001 From: Martin Gondermann Date: Wed, 14 Jun 2017 16:20:43 +0200 Subject: 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 --- keyboards/clueboard/keymaps/magicmonty/config.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'keyboards/clueboard/keymaps/magicmonty/config.h') 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 -- cgit v1.2.3