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