]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - common/bootloader.c
Fix makefile, debug print and keymap of HHKB
[max/tmk_keyboard.git] / common / bootloader.c
index f9802d36c52a0bc70e8da18a5712d3fb984b8fe7..43a7e47ce23fb78213348e0f1cca1db5519b56bf 100644 (file)
@@ -19,7 +19,8 @@
  *   USBaspLoader        2048
  */
 #ifndef BOOTLOADER_SIZE
-#warn To use bootloader_jump() you need to define BOOTLOADER_SIZE in config.h.
+#warning To use bootloader_jump() you need to define BOOTLOADER_SIZE in config.h.
+#define BOOTLOADER_SIZE     4096
 #endif
 
 #define FLASH_SIZE          (FLASHEND + 1L)