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