qmk / qmk_firmware

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

Use of tap_code_delay being described as 'implicit declaration' #14804

Closed CrisHale closed 10 months ago

CrisHale commented 2 years ago

I've used the tap_code_delay function to try to resolve an issue where setting up the KC_MNXT keycode with a leader key is resulting in sticky behaviour - which I assume is down to the key not unregistering properly - and I'm being told by the compiler (or at least the command line of this MSYS software) that the function is being implicitly declared.

System Information

Additional Context

zvecr commented 10 months ago

With no git version to reference, and being unable to reproduce, closing.