qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 681d6a29e6a27cfee53cae300389df527695ad04
parent d044a6bcc2c6a643e83754f5b746ea0dd900607f
Author: QMK Bot <hello@qmk.fm>
Date:   Wed, 18 Jun 2025 09:45:23 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:
Mtmk_core/protocol/chibios/usb_endpoints.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmk_core/protocol/chibios/usb_endpoints.h b/tmk_core/protocol/chibios/usb_endpoints.h @@ -121,7 +121,7 @@ typedef enum { #define IS_VALID_USB_ENDPOINT_IN_LUT(i) ((i) >= 0 && (i) < USB_ENDPOINT_IN_COUNT) -usb_endpoint_in_lut_t usb_endpoint_interface_lut[TOTAL_INTERFACES]; +extern usb_endpoint_in_lut_t usb_endpoint_interface_lut[TOTAL_INTERFACES]; typedef enum { #if defined(RAW_ENABLE)