X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fhandwired%2Fqc60%2Fconfig.h;h=00d095ddf12b7dca51b642557b7cb1df0c9d7090;hb=155e9310ff685f557287749bef2e02510538a6d9;hp=3b6f84390bc0455aa70d920fb67cc0154ed99c4f;hpb=9739d6ba0ad3da93f42cc28a78a6722d39ad3d72;p=qmk_firmware.git diff --git a/keyboards/handwired/qc60/config.h b/keyboards/handwired/qc60/config.h index 3b6f84390..00d095ddf 100644 --- a/keyboards/handwired/qc60/config.h +++ b/keyboards/handwired/qc60/config.h @@ -18,6 +18,9 @@ /* Set 0 if debouncing isn't needed */ #define DEBOUNCING_DELAY 5 +/* serial.c configuration for split keyboard */ +#define SOFT_SERIAL_PIN D0 + /* key combination for command */ #define IS_COMMAND() ( \ keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \