summaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-09-15 00:14:52 +0000
committerQMK Bot <hello@qmk.fm>2022-09-15 00:14:52 +0000
commit6d39cc858fa638ccaf1892a7b5dda65d1eee3ce8 (patch)
tree04c1ab36c3b3f0929f3ed444713102d5370e5b9a /keyboards
parenta949164b99a9ced5876997860d5d6917e4a4df37 (diff)
parentf483520ff9b66cebacf880c4b079b2c490a7e80a (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/kagizaraya/chidori/config.h8
1 files changed, 8 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
/* 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