mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-20 21:49:50 -04:00
[Keymap] Ferris - Add split USB detection directive (#20213)
This commit is contained in:
parent
8858bd8584
commit
3add3f485c
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue