Merge remote-tracking branch 'origin/develop' into xap

This commit is contained in:
QMK Bot 2023-04-02 08:29:46 +00:00
commit 870f73a14a

View File

@ -7,3 +7,7 @@
#define TAPPING_TERM 230 #define TAPPING_TERM 230
#define IGNORE_MOD_TAP_INTERRUPT #define IGNORE_MOD_TAP_INTERRUPT
// Handle master/slave detection on low cost Promicro
#ifdef __AVR__
# define SPLIT_USB_DETECT
#endif