From 86225ccc9b22f6b7b3cbbb9c5c578ea31f2214fa Mon Sep 17 00:00:00 2001 From: Gabriel Rauter Date: Fri, 26 Jan 2018 13:57:09 +0100 Subject: [PATCH] katana60: fix bootloader size to work with PCB Fix the bootloader size so the `RESET` key actually resets to the bootloader instead of just restarting the boards. --- keyboards/katana60/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboards/katana60/rules.mk b/keyboards/katana60/rules.mk index a3571e8de..ca2a2a5f8 100644 --- a/keyboards/katana60/rules.mk +++ b/keyboards/katana60/rules.mk @@ -45,7 +45,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT # Atmel DFU loader 4096 # LUFA bootloader 4096 # USBaspLoader 2048 -OPT_DEFS += -DBOOTLOADER_SIZE=512 +OPT_DEFS += -DBOOTLOADER_SIZE=4096 # Build Options