diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2023-04-02 16:28:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-02 01:28:00 -0700 |
commit | c402bac023b7cc71fb4d72de9bed997c076badd3 (patch) | |
tree | e2600b512a7d3042a9212f751221118b1f47f420 | |
parent | a030e8094f5e374461d61d0899a5e74c23fbe570 (diff) |
[Keymap] Ferris - Add split USB detection directive (#20213)
-rw-r--r-- | keyboards/ferris/keymaps/via/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/ferris/keymaps/via/config.h b/keyboards/ferris/keymaps/via/config.h index 5539c55f1d..0d822891d1 100644 --- a/keyboards/ferris/keymaps/via/config.h +++ b/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 |