]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/quantum.c
Updates bootloader settings, adds file size check (#2029)
[qmk_firmware.git] / quantum / quantum.c
index 09920159660febc52bc758350699941cdc32ad5a..9232cf4411ed49549856821d57a0441945645b30 100644 (file)
@@ -143,7 +143,8 @@ void reset_keyboard(void) {
 #else
   wait_ms(250);
 #endif
-#ifdef CATERINA_BOOTLOADER
+// this is also done later in bootloader.c - not sure if it's neccesary here
+#ifdef BOOTLOADER_CATERINA
   *(uint16_t *)0x0800 = 0x7777; // these two are a-star-specific
 #endif
   bootloader_jump();