mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
[Keymap] Ferris - Add split USB detection directive (#20213)
This commit is contained in:
parent
a030e8094f
commit
c402bac023
|
@ -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…
Reference in New Issue
Block a user