From: Gabriel Rauter <rauter.gabriel@gmail.com>
Date: Fri, 26 Jan 2018 12:57:09 +0000 (+0100)
Subject: katana60: fix bootloader size to work with PCB
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=86225ccc9b22f6b7b3cbbb9c5c578ea31f2214fa;p=qmk_firmware.git

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.
---

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