]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
katana60: fix bootloader size to work with PCB
authorGabriel Rauter <rauter.gabriel@gmail.com>
Fri, 26 Jan 2018 12:57:09 +0000 (13:57 +0100)
committerJack Humbert <jack.humb@gmail.com>
Sun, 28 Jan 2018 17:13:21 +0000 (12:13 -0500)
Fix the bootloader size so the `RESET` key actually resets to the
bootloader instead of just restarting the boards.

keyboards/katana60/rules.mk

index a3571e8deb0eb7d2a57d25af7f99ffbb5205f535..ca2a2a5f80bef524c045f5b7bcfc7bb48e666402 100644 (file)
@@ -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