X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Firis%2Frev2%2Fconfig.h;h=d43d4b1c643699d61b71c00a8e19f85bf7e068ea;hb=155e9310ff685f557287749bef2e02510538a6d9;hp=2ea31a1541bec9b44b71fa4efacd9b9f89ea9ad4;hpb=e12151f15e49191b48d88eb428e010dc020fbc14;p=qmk_firmware.git diff --git a/keyboards/iris/rev2/config.h b/keyboards/iris/rev2/config.h index 2ea31a154..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 . /* 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 */ @@ -63,10 +66,7 @@ along with this program. If not, see . /* ws2812 RGB LED */ #define RGB_DI_PIN D3 -#define RGBLIGHT_TIMER #define RGBLED_NUM 12 // Number of LEDs -#define ws2812_PORTREG PORTD -#define ws2812_DDRREG DDRD /* * Feature disable options