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

master
Albert Y 2 years ago committed by GitHub
parent a030e8094f
commit c402bac023
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      keyboards/ferris/keymaps/via/config.h

@ -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

Loading…
Cancel
Save