X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fqwertyydox%2Frev1%2Fconfig.h;h=a2557592d3e1bcec80a94003b01f273f01da70d4;hb=155e9310ff685f557287749bef2e02510538a6d9;hp=c5c4daa3d3851bc0434ea9d67bfb70cd4ef7e358;hpb=4cc1edbb67beecd0081fb84d3b5365e55d1a41e1;p=qmk_firmware.git diff --git a/keyboards/qwertyydox/rev1/config.h b/keyboards/qwertyydox/rev1/config.h index c5c4daa3d..a2557592d 100644 --- a/keyboards/qwertyydox/rev1/config.h +++ b/keyboards/qwertyydox/rev1/config.h @@ -49,6 +49,9 @@ along with this program. If not, see . /* Set 0 if debouncing isn't needed */ #define DEBOUNCING_DELAY 5 +/* serial.c configuration for split keyboard */ +#define SOFT_SERIAL_PIN D0 + /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ @@ -64,10 +67,8 @@ along with this program. If not, see . /* ws2812 RGB LED */ #define RGB_DI_PIN D6 -#define RGBLIGHT_TIMER + #define RGBLED_NUM 12 // Number of LEDs -#define ws2812_PORTREG PORTD -#define ws2812_DDRREG DDRD /*