diff options
Diffstat (limited to 'keyboards/nyquist/rev3/config.h')
-rw-r--r-- | keyboards/nyquist/rev3/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/nyquist/rev3/config.h b/keyboards/nyquist/rev3/config.h index 6c51bc9a8..8054ba79c 100644 --- a/keyboards/nyquist/rev3/config.h +++ b/keyboards/nyquist/rev3/config.h | |||
@@ -43,6 +43,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
43 | /* Set 0 if debouncing isn't needed */ | 43 | /* Set 0 if debouncing isn't needed */ |
44 | #define DEBOUNCING_DELAY 5 | 44 | #define DEBOUNCING_DELAY 5 |
45 | 45 | ||
46 | /* serial.c configuration for split keyboard */ | ||
47 | #define SOFT_SERIAL_PIN D0 | ||
48 | |||
46 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | 49 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ |
47 | #define LOCKING_SUPPORT_ENABLE | 50 | #define LOCKING_SUPPORT_ENABLE |
48 | /* Locking resynchronize hack */ | 51 | /* Locking resynchronize hack */ |