qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
17.47k stars 37.7k forks source link

Fix NKRO and Mouse Emulation on arm_atsam #23945

Open Izumemori opened 2 weeks ago

Izumemori commented 2 weeks ago

Description

Removes report_id from the NKRO report struct for the arm_atsam protocol for NKRO and mouse emulation.

Types of Changes

Issues Fixed or Closed by This PR

Checklist

Izumemori commented 1 week ago

This should be fixed in the ATSAM code, not report.h.

I've moved the same behavior to main_arm_atsam.c.