Răsfoiți Sursa

Added Space Cadet Rollover Disable to config.h

Ante Laurijssen 8 ani în urmă
părinte
comite
26c6f6a85c
1 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 3 0
      keyboards/s60_x/keymaps/bluebear/config.h

+ 3 - 0
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