mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-04-22 00:55:51 +01:00
f09a237a07
Some keyboards misuse _user functions by defining them in the base files instead of the corresponding _kb functions (especially led_set_user and matrix_init_user). Until this is fixed (#5148), I've removed definitions in my userspace that could cause linking collisions.