소스 검색

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.
Gabriel Rauter 7 년 전
부모
커밋
86225ccc9b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      keyboards/katana60/rules.mk

+ 1 - 1
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