]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/clueboard/keymaps/magicmonty/config.h
Added HyperTab and Ctrl/Fn as well as Space cadet parens (#1390)
[qmk_firmware.git] / keyboards / clueboard / keymaps / magicmonty / config.h
index 4b2953499b1ad1cde3adb5c925b39005c120484a..30b2a171edbdea67845d594418a1c8fcd7d2fac6 100644 (file)
 /* 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