Parcourir la source

fixing kinesis reboot

milestogo il y a 8 ans
Parent
commit
e8ba4838d3
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      keyboards/kinesis/rules.mk

+ 2 - 2
keyboards/kinesis/rules.mk

@@ -46,11 +46,11 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 
 # Boot Section Size in *bytes*
 #   Teensy halfKay   512
-#   Teensy++ halfKay 1024
+#   Teensy++ halfKay 2048
 #   Atmel DFU loader 4096
 #   LUFA bootloader  4096
 #   USBaspLoader     2048
-OPT_DEFS += -DBOOTLOADER_SIZE=1024
+OPT_DEFS += -DBOOTLOADER_SIZE=2048
 
 
 # Build Options