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

pull/20322/head
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
1 changed files with 4 additions and 0 deletions

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