]> git.donarmstrong.com Git - qmk_firmware.git/commit
Remove superfluous JTAG disable code (#6445)
authorfauxpark <fauxpark@gmail.com>
Wed, 21 Aug 2019 05:18:52 +0000 (15:18 +1000)
committerDrashna Jaelre <drashna@live.com>
Wed, 21 Aug 2019 05:18:52 +0000 (22:18 -0700)
commitf2c179de58c63b2202a490d283fd8fa216680ce7
treeb6ac2946b63566f604251af6c2e160457ca5e11c
parent977c316eb1bdca7f0e13026936322cb9a9fcd0d2
Remove superfluous JTAG disable code (#6445)

* Remove superfluous JTAG disable code

* 32A has differently named register

* Accidentally some operators

* 32A also has different JTAG pins

* Wrap disable_jtag() in an ifndef

* Document this new define

* Rename the define, it conflicts with a LUFA thing

Also, move the ifndef wrapping to the call in keyboard_setup()
19 files changed:
docs/faq_debug.md
docs/zh-cn/faq_debug.md
keyboards/amj96/matrix.c
keyboards/clueboard/17/17.c
keyboards/clueboard/66/rev2/rev2.c
keyboards/clueboard/66_hotswap/prototype/prototype.c
keyboards/ergodone/matrix.c
keyboards/handwired/promethium/matrix.c
keyboards/hhkb/rn42/rn42.c
keyboards/hid_liber/matrix.c
keyboards/hotdox/matrix.c
keyboards/launchpad/rev1/rev1.c
keyboards/lets_split/sockets/sockets.h
keyboards/miniaxe/config.h
keyboards/sx60/matrix.c
keyboards/vitamins_included/matrix.c
keyboards/vitamins_included/rev1/rev1.h
tmk_core/common/keyboard.c
tmk_core/common/keyboard.h