[Keymap] Ferris - Add split USB detection directive (#20213)

This commit is contained in:
Albert Y 2023-04-02 16:28:00 +08:00 committed by GitHub
parent a030e8094f
commit c402bac023
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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