diff options
Diffstat (limited to 'keyboards/redox/rev1/config.h')
-rw-r--r-- | keyboards/redox/rev1/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/redox/rev1/config.h b/keyboards/redox/rev1/config.h index f4ccbd2fd..654a84de7 100644 --- a/keyboards/redox/rev1/config.h +++ b/keyboards/redox/rev1/config.h | |||
@@ -49,6 +49,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
49 | /* Set 0 if debouncing isn't needed */ | 49 | /* Set 0 if debouncing isn't needed */ |
50 | #define DEBOUNCING_DELAY 5 | 50 | #define DEBOUNCING_DELAY 5 |
51 | 51 | ||
52 | /* serial.c configuration for split keyboard */ | ||
53 | #define SOFT_SERIAL_PIN D0 | ||
54 | |||
52 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 55 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
53 | #define LOCKING_SUPPORT_ENABLE | 56 | #define LOCKING_SUPPORT_ENABLE |
54 | /* Locking resynchronize hack */ | 57 | /* Locking resynchronize hack */ |