X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tmk_core%2Fcommon%2Fkeyboard.h;h=71e594a8909c2416d6027edb62cd28250de8ae7e;hb=a5fa75fcb3de822f4e43dcf29cee6eb9f945a992;hp=7738251b646c08fddfe2bab69a97266058c6d631;hpb=32abfacbc730be45ae5696688d9d8db3fb25dc01;p=qmk_firmware.git diff --git a/tmk_core/common/keyboard.h b/tmk_core/common/keyboard.h index 7738251b6..71e594a89 100644 --- a/tmk_core/common/keyboard.h +++ b/tmk_core/common/keyboard.h @@ -57,6 +57,7 @@ static inline bool IS_RELEASED(keyevent_t event) { return (!IS_NOEVENT(event) && .time = (timer_read() | 1) \ } +void disable_jtag(void); /* it runs once at early stage of startup before keyboard_init. */ void keyboard_setup(void);