aboutsummaryrefslogtreecommitdiff
path: root/keyboards/jm60/jm60.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/jm60/jm60.c')
-rw-r--r--keyboards/jm60/jm60.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/jm60/jm60.c b/keyboards/jm60/jm60.c
index d8fe9cecc..f7b434f30 100644
--- a/keyboards/jm60/jm60.c
+++ b/keyboards/jm60/jm60.c
@@ -16,3 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#include "jm60.h" 18#include "jm60.h"
19
20void board_init(void) {
21 AFIO->MAPR |= AFIO_MAPR_SWJ_CFG_JTAGDISABLE;
22}