hotfix: fix double mouse report sending on shared EP

This commit is contained in:
Drashna Jael're
2020-11-23 19:41:35 -08:00
parent aa41225a1e
commit 2077e6561c
3 changed files with 6 additions and 0 deletions

View File

@@ -40,3 +40,5 @@ SRC += matrix.c \
QUANTUM_LIB_SRC += i2c_master.c QUANTUM_LIB_SRC += i2c_master.c
LAYOUTS = ergodox LAYOUTS = ergodox
MOUSE_SHARED_EP = no

View File

@@ -22,3 +22,5 @@ EEPROM_DRIVER = i2c
#project specific files #project specific files
SRC = matrix.c SRC = matrix.c
QUANTUM_LIB_SRC += i2c_master.c QUANTUM_LIB_SRC += i2c_master.c
MOUSE_SHARED_EP = no

View File

@@ -19,3 +19,5 @@ RGBLIGHT_ENABLE = no
ENCODER_ENABLE = yes ENCODER_ENABLE = yes
LAYOUTS += ortho_4x12 LAYOUTS += ortho_4x12
MOUSE_SHARED_EP = no