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 099201596..9232cf441 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -143,7 +143,8 @@ void reset_keyboard(void) { | |||
| 143 | #else | 143 | #else |
| 144 | wait_ms(250); | 144 | wait_ms(250); |
| 145 | #endif | 145 | #endif |
| 146 | #ifdef CATERINA_BOOTLOADER | 146 | // this is also done later in bootloader.c - not sure if it's neccesary here |
| 147 | #ifdef BOOTLOADER_CATERINA | ||
| 147 | *(uint16_t *)0x0800 = 0x7777; // these two are a-star-specific | 148 | *(uint16_t *)0x0800 = 0x7777; // these two are a-star-specific |
| 148 | #endif | 149 | #endif |
| 149 | bootloader_jump(); | 150 | bootloader_jump(); |
