diff options
author | Ante Laurijssen <antelaurijssen@gmail.com> | 2017-05-16 22:08:45 -0400 |
---|---|---|
committer | Ante Laurijssen <antelaurijssen@gmail.com> | 2017-05-16 22:08:45 -0400 |
commit | 26c6f6a85c9c16a3be27e6c61609b3da99ec3f73 (patch) | |
tree | 7b361d8933aa627862254a50036c3bed147de475 | |
parent | 814b570ba1f2f9a12996c50844b7c8861ec1e919 (diff) |
Added Space Cadet Rollover Disable to config.h
-rw-r--r-- | keyboards/s60_x/keymaps/bluebear/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/s60_x/keymaps/bluebear/config.h b/keyboards/s60_x/keymaps/bluebear/config.h index 2cf96383c1..94438bdc9f 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 <http://www.gnu.org/licenses/>. /* 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 |