mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-25 13:54:09 +02:00

* ChibiOS: add support for HID Programmable Buttons Fixes #15596 * Enable SHARED_ENDPOINT when PROGRAMMABLE_BUTTON is enabled The Programmable Button driver expects the shared EP to be enabled. So enforce this invariant.