mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-03-06 23:18:04 +00:00
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.