]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Added Space Cadet Rollover Disable to config.h
authorAnte Laurijssen <antelaurijssen@gmail.com>
Wed, 17 May 2017 02:08:45 +0000 (22:08 -0400)
committerAnte Laurijssen <antelaurijssen@gmail.com>
Wed, 17 May 2017 02:08:45 +0000 (22:08 -0400)
keyboards/s60_x/keymaps/bluebear/config.h

index 2cf96383c19d09a7efd086442bb5dc0290d25c99..94438bdc9f0dc08c74fc61541c0a7ce0ec275f87 100644 (file)
@@ -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