X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fqwertyydox%2Fconfig.h;h=67f5d3c16a0e1bd8142f4a4092ce13ebb26552c8;hb=220873dfebaac06f4686f619622babcd40bc54a8;hp=b22ca534e3ef5afd153aacd06636563e151e9623;hpb=7e99d869deb57251dc15620beff34d5fd53066e4;p=qmk_firmware.git diff --git a/keyboards/qwertyydox/config.h b/keyboards/qwertyydox/config.h index b22ca534e..67f5d3c16 100644 --- a/keyboards/qwertyydox/config.h +++ b/keyboards/qwertyydox/config.h @@ -47,18 +47,16 @@ along with this program. If not, see . // #define BACKLIGHT_LEVELS 3 /* Set 0 if debouncing isn't needed */ -#define DEBOUNCING_DELAY 5 +#define DEBOUNCE 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 */ #define LOCKING_RESYNC_ENABLE -/* key combination for command */ -#define IS_COMMAND() ( \ - keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ -) - #define BACKLIGHT_PIN E6 #define BACKLIGHT_LEVELS 5