mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-05-08 07:13:20 +02:00
1d18900a99
Aligns with the HID specification. Usage page values were sometimes declared as uint8_t and sometimes uint16_t. This commit aligns all instances with the HID specification for consistency. PR: #521