diff options
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r-- | quantum/quantum.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c index 0992015966..9232cf4411 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c @@ -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(); |