aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps')
-rw-r--r--keyboards/planck/keymaps/ajp10304/config.h8
-rw-r--r--keyboards/planck/keymaps/altgr/config.h3
-rw-r--r--keyboards/planck/keymaps/am/config.h3
-rw-r--r--keyboards/planck/keymaps/andylikescandy/config.h3
-rw-r--r--keyboards/planck/keymaps/bone2planck/config.h8
-rw-r--r--keyboards/planck/keymaps/davidrambo/config.h5
-rw-r--r--keyboards/planck/keymaps/dshields/config.h1
-rw-r--r--keyboards/planck/keymaps/espynn/keymap.c1
-rw-r--r--keyboards/planck/keymaps/experimental/config.h2
-rw-r--r--keyboards/planck/keymaps/experimental/rules.mk3
-rw-r--r--keyboards/planck/keymaps/hiea/config.h3
-rw-r--r--keyboards/planck/keymaps/hieax/config.h3
-rwxr-xr-xkeyboards/planck/keymaps/ishtob/config.h2
-rw-r--r--keyboards/planck/keymaps/jarred/config.h4
-rw-r--r--keyboards/planck/keymaps/jeremy-dev/keymap.c1
-rw-r--r--keyboards/planck/keymaps/kmontag42/rules.mk1
-rw-r--r--keyboards/planck/keymaps/lae3/config.h8
-rw-r--r--keyboards/planck/keymaps/mitch/config.h3
-rw-r--r--keyboards/planck/keymaps/mitch/readme.md4
-rw-r--r--keyboards/planck/keymaps/narze/config.h3
-rw-r--r--keyboards/planck/keymaps/neo2planck/config.h8
-rw-r--r--keyboards/planck/keymaps/priyadi/config.h2
-rw-r--r--keyboards/planck/keymaps/sdothum/config.h3
-rw-r--r--keyboards/planck/keymaps/steno/config.h4
-rw-r--r--keyboards/planck/keymaps/tehwalris/config.h4
-rw-r--r--keyboards/planck/keymaps/vifon/config.h3
-rw-r--r--keyboards/planck/keymaps/yale/config.h11
-rw-r--r--keyboards/planck/keymaps/zach/config.h1
28 files changed, 10 insertions, 95 deletions
diff --git a/keyboards/planck/keymaps/ajp10304/config.h b/keyboards/planck/keymaps/ajp10304/config.h
deleted file mode 100644
index 11cafbefc..000000000
--- a/keyboards/planck/keymaps/ajp10304/config.h
+++ /dev/null
@@ -1,8 +0,0 @@
1#ifndef CONFIG_USER_H
2#define CONFIG_USER_H
3
4#include "../../config.h"
5
6#define PREVENT_STUCK_MODIFIERS
7
8#endif
diff --git a/keyboards/planck/keymaps/altgr/config.h b/keyboards/planck/keymaps/altgr/config.h
index d55258c02..e517a8b24 100644
--- a/keyboards/planck/keymaps/altgr/config.h
+++ b/keyboards/planck/keymaps/altgr/config.h
@@ -3,9 +3,6 @@
3 3
4#include "../../config.h" 4#include "../../config.h"
5 5
6// required because lower/raise modifiers are redefined by colemak-dh
7#define PREVENT_STUCK_MODIFIERS
8
9// tap dance key press termination interval 6// tap dance key press termination interval
10#define TAPPING_TERM 250 7#define TAPPING_TERM 250
11 8
diff --git a/keyboards/planck/keymaps/am/config.h b/keyboards/planck/keymaps/am/config.h
index b2b87045b..1ae457e3b 100644
--- a/keyboards/planck/keymaps/am/config.h
+++ b/keyboards/planck/keymaps/am/config.h
@@ -1,8 +1,5 @@
1#pragma once 1#pragma once
2 2
3/* Prevent stuck modifiers */
4#define PREVENT_STUCK_MODIFIERS
5
6#ifdef AUDIO_ENABLE 3#ifdef AUDIO_ENABLE
7 #define STARTUP_SONG SONG(PLANCK_SOUND) 4 #define STARTUP_SONG SONG(PLANCK_SOUND)
8 5
diff --git a/keyboards/planck/keymaps/andylikescandy/config.h b/keyboards/planck/keymaps/andylikescandy/config.h
index 0de5f3db0..01169db2a 100644
--- a/keyboards/planck/keymaps/andylikescandy/config.h
+++ b/keyboards/planck/keymaps/andylikescandy/config.h
@@ -17,9 +17,6 @@
17 17
18#define PERMISSIVE_HOLD 18#define PERMISSIVE_HOLD
19 19
20#define PREVENT_STUCK_MODIFIERS
21
22
23/* 20/*
24 * MIDI options 21 * MIDI options
25 */ 22 */
diff --git a/keyboards/planck/keymaps/bone2planck/config.h b/keyboards/planck/keymaps/bone2planck/config.h
deleted file mode 100644
index 3e9e692d3..000000000
--- a/keyboards/planck/keymaps/bone2planck/config.h
+++ /dev/null
@@ -1,8 +0,0 @@
1#ifndef CONFIG_USER_H
2#define CONFIG_USER_H
3
4#include "../../config.h"
5
6#define PREVENT_STUCK_MODIFIERS
7
8#endif \ No newline at end of file
diff --git a/keyboards/planck/keymaps/davidrambo/config.h b/keyboards/planck/keymaps/davidrambo/config.h
index c3bebf579..2decb3dc8 100644
--- a/keyboards/planck/keymaps/davidrambo/config.h
+++ b/keyboards/planck/keymaps/davidrambo/config.h
@@ -3,7 +3,6 @@
3#define CONFIG_USER_H 3#define CONFIG_USER_H
4#define TAPPING_TERM 200 4#define TAPPING_TERM 200
5#include "../../config.h" 5#include "../../config.h"
6#define PERMISSIVE_HOLD 6#define PERMISSIVE_HOLD
7#define PREVENT_STUCK_MODIFIERS
8 7
9#endif \ No newline at end of file 8#endif
diff --git a/keyboards/planck/keymaps/dshields/config.h b/keyboards/planck/keymaps/dshields/config.h
index 480ba453a..9ba854ef0 100644
--- a/keyboards/planck/keymaps/dshields/config.h
+++ b/keyboards/planck/keymaps/dshields/config.h
@@ -10,7 +10,6 @@
10 10
11#define _______ KC_TRNS 11#define _______ KC_TRNS
12#define XXXXXXX KC_NO 12#define XXXXXXX KC_NO
13#define PREVENT_STUCK_MODIFIERS
14 13
15#define USB_MAX_POWER_CONSUMPTION 100 14#define USB_MAX_POWER_CONSUMPTION 100
16#define ONESHOT_TAP_TOGGLE 2 15#define ONESHOT_TAP_TOGGLE 2
diff --git a/keyboards/planck/keymaps/espynn/keymap.c b/keyboards/planck/keymaps/espynn/keymap.c
index 9cf508af6..5615a78bf 100644
--- a/keyboards/planck/keymaps/espynn/keymap.c
+++ b/keyboards/planck/keymaps/espynn/keymap.c
@@ -5,7 +5,6 @@
5#ifdef BACKLIGHT_ENABLE 5#ifdef BACKLIGHT_ENABLE
6 #include "backlight.h" 6 #include "backlight.h"
7#endif 7#endif
8#define PREVENT_STUCK_MODIFIERS
9extern keymap_config_t keymap_config; 8extern keymap_config_t keymap_config;
10 9
11// Symbolic names for macro IDs. 10// Symbolic names for macro IDs.
diff --git a/keyboards/planck/keymaps/experimental/config.h b/keyboards/planck/keymaps/experimental/config.h
index 0864b5fbc..86cc4760b 100644
--- a/keyboards/planck/keymaps/experimental/config.h
+++ b/keyboards/planck/keymaps/experimental/config.h
@@ -5,8 +5,6 @@
5 5
6#define LEADER_TIMEOUT 300 6#define LEADER_TIMEOUT 300
7#define BACKLIGHT_BREATHING 7#define BACKLIGHT_BREATHING
8#define PREVENT_STUCK_MODIFIERS
9
10 8
11/* ws2812 RGB LED */ 9/* ws2812 RGB LED */
12#define RGB_DI_PIN B1 10#define RGB_DI_PIN B1
diff --git a/keyboards/planck/keymaps/experimental/rules.mk b/keyboards/planck/keymaps/experimental/rules.mk
index b135dfca0..168d3cb9f 100644
--- a/keyboards/planck/keymaps/experimental/rules.mk
+++ b/keyboards/planck/keymaps/experimental/rules.mk
@@ -18,10 +18,11 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
18RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. 18RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. Do not enable this with audio at the same time.
19SWAP_HANDS_ENABLE = yes # Enable one-hand typing 19SWAP_HANDS_ENABLE = yes # Enable one-hand typing
20STENO_ENABLE = yes # Enable TX Bolt protocol for Stenography, requires VIRTSER and may not work with mouse keys 20STENO_ENABLE = yes # Enable TX Bolt protocol for Stenography, requires VIRTSER and may not work with mouse keys
21LEADER_ENABLE = yes
21 22
22# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE 23# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
23SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 24SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
24 25
25ifndef QUANTUM_DIR 26ifndef QUANTUM_DIR
26 include ../../../../Makefile 27 include ../../../../Makefile
27endif \ No newline at end of file 28endif
diff --git a/keyboards/planck/keymaps/hiea/config.h b/keyboards/planck/keymaps/hiea/config.h
index 9bb5e0873..655cdf5db 100644
--- a/keyboards/planck/keymaps/hiea/config.h
+++ b/keyboards/planck/keymaps/hiea/config.h
@@ -3,9 +3,6 @@
3 3
4#include "../../config.h" 4#include "../../config.h"
5 5
6// required because lower/raise modifiers are redefined by colemak-dh
7#define PREVENT_STUCK_MODIFIERS
8
9// tap dance key press termination interval 6// tap dance key press termination interval
10#define TAPPING_TERM 250 7#define TAPPING_TERM 250
11 8
diff --git a/keyboards/planck/keymaps/hieax/config.h b/keyboards/planck/keymaps/hieax/config.h
index 9bb5e0873..655cdf5db 100644
--- a/keyboards/planck/keymaps/hieax/config.h
+++ b/keyboards/planck/keymaps/hieax/config.h
@@ -3,9 +3,6 @@
3 3
4#include "../../config.h" 4#include "../../config.h"
5 5
6// required because lower/raise modifiers are redefined by colemak-dh
7#define PREVENT_STUCK_MODIFIERS
8
9// tap dance key press termination interval 6// tap dance key press termination interval
10#define TAPPING_TERM 250 7#define TAPPING_TERM 250
11 8
diff --git a/keyboards/planck/keymaps/ishtob/config.h b/keyboards/planck/keymaps/ishtob/config.h
index e58ade0b0..688607634 100755
--- a/keyboards/planck/keymaps/ishtob/config.h
+++ b/keyboards/planck/keymaps/ishtob/config.h
@@ -2,7 +2,6 @@
2#ifndef USERSPACE_CONFIG_H 2#ifndef USERSPACE_CONFIG_H
3#define USERSPACE_CONFIG_H 3#define USERSPACE_CONFIG_H
4 4
5
6#ifdef AUDIO_ENABLE 5#ifdef AUDIO_ENABLE
7 6
8// #define STARTUP_SONG SONG(E1M1_DOOM) 7// #define STARTUP_SONG SONG(E1M1_DOOM)
@@ -24,7 +23,6 @@
24#define FORCE_NKRO 23#define FORCE_NKRO
25 24
26#define LEADER_TIMEOUT 300 25#define LEADER_TIMEOUT 300
27#define PREVENT_STUCK_MODIFIERS
28 26
29#undef DEBOUNCE 27#undef DEBOUNCE
30#define DEBOUNCE 0 28#define DEBOUNCE 0
diff --git a/keyboards/planck/keymaps/jarred/config.h b/keyboards/planck/keymaps/jarred/config.h
index f98b8935e..9e8f404c1 100644
--- a/keyboards/planck/keymaps/jarred/config.h
+++ b/keyboards/planck/keymaps/jarred/config.h
@@ -19,8 +19,6 @@
19 19
20#include "config_common.h" 20#include "config_common.h"
21 21
22#define PREVENT_STUCK_MODIFIERS
23
24#ifdef AUDIO_ENABLE 22#ifdef AUDIO_ENABLE
25 #define STARTUP_SONG SONG(PLANCK_SOUND) 23 #define STARTUP_SONG SONG(PLANCK_SOUND)
26#endif 24#endif
@@ -34,6 +32,6 @@
34 32
35#define MOUSEKEY_WHEEL_DELAY 0 33#define MOUSEKEY_WHEEL_DELAY 0
36#define MOUSEKEY_WHEEL_MAX_SPEED 4 34#define MOUSEKEY_WHEEL_MAX_SPEED 4
37#define MOUSEKEY_WHEEL_TIME_TO_MAX 255 35#define MOUSEKEY_WHEEL_TIME_TO_MAX 255
38 36
39#endif 37#endif
diff --git a/keyboards/planck/keymaps/jeremy-dev/keymap.c b/keyboards/planck/keymaps/jeremy-dev/keymap.c
index 5aea44329..89b7e6b84 100644
--- a/keyboards/planck/keymaps/jeremy-dev/keymap.c
+++ b/keyboards/planck/keymaps/jeremy-dev/keymap.c
@@ -1,7 +1,6 @@
1// This is the personal keymap of Jeremy Cowgar (@jcowgar). It is written for the programmer. 1// This is the personal keymap of Jeremy Cowgar (@jcowgar). It is written for the programmer.
2 2
3// Configuration options 3// Configuration options
4#define PREVENT_STUCK_MODIFIERS
5 4
6#pragma message "You may need to add LAYOUT_planck_grid to your keymap layers - see default for an example" 5#pragma message "You may need to add LAYOUT_planck_grid to your keymap layers - see default for an example"
7#include "planck.h" 6#include "planck.h"
diff --git a/keyboards/planck/keymaps/kmontag42/rules.mk b/keyboards/planck/keymaps/kmontag42/rules.mk
index b9f73934a..0c100076b 100644
--- a/keyboards/planck/keymaps/kmontag42/rules.mk
+++ b/keyboards/planck/keymaps/kmontag42/rules.mk
@@ -1,4 +1,5 @@
1UNICODE_ENABLE = yes 1UNICODE_ENABLE = yes
2LEADER_ENABLE = yes
2 3
3ifndef QUANTUM_DIR 4ifndef QUANTUM_DIR
4 include ../../../../Makefile 5 include ../../../../Makefile
diff --git a/keyboards/planck/keymaps/lae3/config.h b/keyboards/planck/keymaps/lae3/config.h
deleted file mode 100644
index a28634e69..000000000
--- a/keyboards/planck/keymaps/lae3/config.h
+++ /dev/null
@@ -1,8 +0,0 @@
1#ifndef LAE3_KEYMAP_H
2#define LAE3_KEYMAP_H
3
4#include "../../config.h"
5
6#define PREVENT_STUCK_MODIFIERS
7
8#endif
diff --git a/keyboards/planck/keymaps/mitch/config.h b/keyboards/planck/keymaps/mitch/config.h
index 10591b3c8..bb7989d90 100644
--- a/keyboards/planck/keymaps/mitch/config.h
+++ b/keyboards/planck/keymaps/mitch/config.h
@@ -1,6 +1,5 @@
1#include "../../config.h" 1#include "../../config.h"
2#define PREVENT_STUCK_MODIFIERS
3 2
4// for the broken board 3// for the broken board
5#undef MATRIX_COL_PINS 4#undef MATRIX_COL_PINS
6#define MATRIX_COL_PINS { F1, F0, B0, B2, F4, F5, F6, F7, D4, D6, B4, D7 } \ No newline at end of file 5#define MATRIX_COL_PINS { F1, F0, B0, B2, F4, F5, F6, F7, D4, D6, B4, D7 }
diff --git a/keyboards/planck/keymaps/mitch/readme.md b/keyboards/planck/keymaps/mitch/readme.md
index 3869304f4..9ed1133ef 100644
--- a/keyboards/planck/keymaps/mitch/readme.md
+++ b/keyboards/planck/keymaps/mitch/readme.md
@@ -20,7 +20,3 @@ rest of the symbols, mostly mapped with the ten key numbers.
20 20
21The normal right shift key uses the `MT` macro to trigger Enter on tap and right 21The normal right shift key uses the `MT` macro to trigger Enter on tap and right
22shift when held. 22shift when held.
23
24This keymap sets the `PREVENT_STUCK_MODIFIERS` flag to avoid the occasional WTF
25moments when using a modifier keys and accidentally releasing them after moving
26to a new layer.
diff --git a/keyboards/planck/keymaps/narze/config.h b/keyboards/planck/keymaps/narze/config.h
index e081a93b5..19d784b2b 100644
--- a/keyboards/planck/keymaps/narze/config.h
+++ b/keyboards/planck/keymaps/narze/config.h
@@ -33,10 +33,9 @@
33 33
34#define IGNORE_MOD_TAP_INTERRUPT 34#define IGNORE_MOD_TAP_INTERRUPT
35#define PERMISSIVE_HOLD 35#define PERMISSIVE_HOLD
36#define PREVENT_STUCK_MODIFIERS
37 36
38#define SUPER_DUPER_SOUND S__NOTE(_B1) 37#define SUPER_DUPER_SOUND S__NOTE(_B1)
39 38
40#define MOUSEKEY_DELAY 100 39#define MOUSEKEY_DELAY 100
41 40
42#endif \ No newline at end of file 41#endif
diff --git a/keyboards/planck/keymaps/neo2planck/config.h b/keyboards/planck/keymaps/neo2planck/config.h
deleted file mode 100644
index 3e9e692d3..000000000
--- a/keyboards/planck/keymaps/neo2planck/config.h
+++ /dev/null
@@ -1,8 +0,0 @@
1#ifndef CONFIG_USER_H
2#define CONFIG_USER_H
3
4#include "../../config.h"
5
6#define PREVENT_STUCK_MODIFIERS
7
8#endif \ No newline at end of file
diff --git a/keyboards/planck/keymaps/priyadi/config.h b/keyboards/planck/keymaps/priyadi/config.h
index 448ae3b90..876d057bf 100644
--- a/keyboards/planck/keymaps/priyadi/config.h
+++ b/keyboards/planck/keymaps/priyadi/config.h
@@ -11,8 +11,6 @@
11/* skip bootmagic and eeconfig */ 11/* skip bootmagic and eeconfig */
12#define BOOTMAGIC_KEY_SKIP KC_SPACE 12#define BOOTMAGIC_KEY_SKIP KC_SPACE
13 13
14#define PREVENT_STUCK_MODIFIERS
15
16#define UNICODE_TYPE_DELAY 0 14#define UNICODE_TYPE_DELAY 0
17 15
18#define LAYOUT_DVORAK 16#define LAYOUT_DVORAK
diff --git a/keyboards/planck/keymaps/sdothum/config.h b/keyboards/planck/keymaps/sdothum/config.h
index 4b2cdeece..8bed79e6f 100644
--- a/keyboards/planck/keymaps/sdothum/config.h
+++ b/keyboards/planck/keymaps/sdothum/config.h
@@ -3,9 +3,6 @@
3 3
4#include "../../config.h" 4#include "../../config.h"
5 5
6// required because lower/raise modifiers are redefined by colemak-dh
7#define PREVENT_STUCK_MODIFIERS
8
9// tap dance key press termination interval 6// tap dance key press termination interval
10#define TAPPING_TERM 250 7#define TAPPING_TERM 250
11 8
diff --git a/keyboards/planck/keymaps/steno/config.h b/keyboards/planck/keymaps/steno/config.h
index 1879ab007..4f99c7eb8 100644
--- a/keyboards/planck/keymaps/steno/config.h
+++ b/keyboards/planck/keymaps/steno/config.h
@@ -15,8 +15,6 @@
15 15
16#define MUSIC_MASK (keycode != KC_NO) 16#define MUSIC_MASK (keycode != KC_NO)
17 17
18#define PREVENT_STUCK_MODIFIERS
19
20/* 18/*
21 * MIDI options 19 * MIDI options
22 */ 20 */
@@ -41,4 +39,4 @@
41/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ 39/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
42//#define MIDI_TONE_KEYCODE_OCTAVES 2 40//#define MIDI_TONE_KEYCODE_OCTAVES 2
43 41
44#endif \ No newline at end of file 42#endif
diff --git a/keyboards/planck/keymaps/tehwalris/config.h b/keyboards/planck/keymaps/tehwalris/config.h
index 4725e1426..c5d55b969 100644
--- a/keyboards/planck/keymaps/tehwalris/config.h
+++ b/keyboards/planck/keymaps/tehwalris/config.h
@@ -3,8 +3,6 @@
3 3
4#include "../../config.h" 4#include "../../config.h"
5 5
6#define PREVENT_STUCK_MODIFIERS
7
8#ifdef AUDIO_ENABLE 6#ifdef AUDIO_ENABLE
9 // #define STARTUP_SONG SONG(PLANCK_SOUND) 7 // #define STARTUP_SONG SONG(PLANCK_SOUND)
10 #define STARTUP_SONG SONG(NO_SOUND) 8 #define STARTUP_SONG SONG(NO_SOUND)
@@ -27,7 +25,7 @@
27/* enable basic MIDI features: 25/* enable basic MIDI features:
28 - MIDI notes can be sent when in Music mode is on 26 - MIDI notes can be sent when in Music mode is on
29*/ 27*/
30 28
31#define MIDI_BASIC 29#define MIDI_BASIC
32 30
33/* enable advanced MIDI features: 31/* enable advanced MIDI features:
diff --git a/keyboards/planck/keymaps/vifon/config.h b/keyboards/planck/keymaps/vifon/config.h
index 4cb4a1235..be395faad 100644
--- a/keyboards/planck/keymaps/vifon/config.h
+++ b/keyboards/planck/keymaps/vifon/config.h
@@ -26,9 +26,6 @@
26/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ 26/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
27//#define MIDI_TONE_KEYCODE_OCTAVES 2 27//#define MIDI_TONE_KEYCODE_OCTAVES 2
28 28
29/* prevent the modifiers from being stuck, sacrificing some memory */
30#define PREVENT_STUCK_MODIFIERS
31
32/* A larger buffer for the dynamic macros as this keymap is not taking 29/* A larger buffer for the dynamic macros as this keymap is not taking
33 * up that much memory. 30 * up that much memory.
34 */ 31 */
diff --git a/keyboards/planck/keymaps/yale/config.h b/keyboards/planck/keymaps/yale/config.h
deleted file mode 100644
index 8a916bbd0..000000000
--- a/keyboards/planck/keymaps/yale/config.h
+++ /dev/null
@@ -1,11 +0,0 @@
1#ifndef CONFIG_USER_H
2#define CONFIG_USER_H
3
4#include "../../config.h"
5
6#define PREVENT_STUCK_MODIFIERS
7
8#endif
9
10
11
diff --git a/keyboards/planck/keymaps/zach/config.h b/keyboards/planck/keymaps/zach/config.h
index 19a3856a3..dc79bad06 100644
--- a/keyboards/planck/keymaps/zach/config.h
+++ b/keyboards/planck/keymaps/zach/config.h
@@ -55,7 +55,6 @@
55//#define NO_ACTION_ONESHOT 55//#define NO_ACTION_ONESHOT
56#define NO_ACTION_MACRO 56#define NO_ACTION_MACRO
57#define NO_ACTION_FUNCTION 57#define NO_ACTION_FUNCTION
58#define PREVENT_STUCK_MODIFIERS
59//#define DYNAMIC_MACRO_ENABLE // Enable if you need to use the macro functionality 58//#define DYNAMIC_MACRO_ENABLE // Enable if you need to use the macro functionality
60//#define SPACE_CADET // Parenthesis on L/R shift 59//#define SPACE_CADET // Parenthesis on L/R shift
61 60