From: Ante Laurijssen Date: Wed, 17 May 2017 02:08:45 +0000 (-0400) Subject: Added Space Cadet Rollover Disable to config.h X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=26c6f6a85c9c16a3be27e6c61609b3da99ec3f73;p=qmk_firmware.git Added Space Cadet Rollover Disable to config.h --- diff --git a/keyboards/s60_x/keymaps/bluebear/config.h b/keyboards/s60_x/keymaps/bluebear/config.h index 2cf96383c..94438bdc9 100644 --- a/keyboards/s60_x/keymaps/bluebear/config.h +++ b/keyboards/s60_x/keymaps/bluebear/config.h @@ -119,4 +119,7 @@ along with this program. If not, see . /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ #define MIDI_TONE_KEYCODE_OCTAVES 2 +// Space Cadet Rollover - if set, allows to tap opposite shift key to cancel erroneous press +#define DISABLE_SPACE_CADET_ROLLOVER + #endif