]> git.donarmstrong.com Git - qmk_firmware.git/commit
Added JTAG disable code to the split_common (#4309)
authorThat-Canadian <Poole.Chris.11@gmail.com>
Wed, 31 Oct 2018 21:42:15 +0000 (17:42 -0400)
committerDrashna Jaelre <drashna@live.com>
Wed, 31 Oct 2018 21:42:15 +0000 (14:42 -0700)
commit5630ad7604f7a8243ef9b643a4409fc8f9f96ed0
tree036737356e308d09ed2a76948d25a24239c6ae46
parent75d657b5251c80b4d5a3de583d4ba97c10ac619f
Added JTAG disable code to the split_common (#4309)

Added JTAG disable code to the split_common slave code since the slave never calls keyboard_init(). In the future the slave should likely be modified to call keyboard_init() in some way, but without calling any of the unnecessary USB initialization code.
quantum/split_common/split_util.c