From f483520ff9b66cebacf880c4b079b2c490a7e80a Mon Sep 17 00:00:00 2001 From: ENDO Katsuhiro Date: Thu, 15 Sep 2022 09:14:19 +0900 Subject: Fix problem that Chidori is not recognized by host computer. (#17882) --- keyboards/kagizaraya/chidori/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/keyboards/kagizaraya/chidori/config.h b/keyboards/kagizaraya/chidori/config.h index 90de362e8b..cf9c38b64f 100644 --- a/keyboards/kagizaraya/chidori/config.h +++ b/keyboards/kagizaraya/chidori/config.h @@ -152,3 +152,11 @@ along with this program. If not, see . /* Bootmagic Lite key configuration */ // #define BOOTMAGIC_LITE_ROW 0 // #define BOOTMAGIC_LITE_COLUMN 0 + +/* USB config */ +#define USB_MAX_POWER_CONSUMPTION 100 +#define USB_COUNT_SOF 0 +#define USB_INTR_CFG_SET (1 << ISC01) +#define USB_INTR_ENABLE_BIT INT0 +#define USB_INTR_PENDING_BIT INTF0 +#define USB_INTR_VECTOR INT0_vect -- cgit v1.2.3