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