aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r--quantum/quantum.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c
index c857e5f7a..03b5704eb 100644
--- a/quantum/quantum.c
+++ b/quantum/quantum.c
@@ -145,10 +145,6 @@ void reset_keyboard(void) {
145#ifdef HAPTIC_ENABLE 145#ifdef HAPTIC_ENABLE
146 haptic_shutdown(); 146 haptic_shutdown();
147#endif 147#endif
148// this is also done later in bootloader.c - not sure if it's neccesary here
149#ifdef BOOTLOADER_CATERINA
150 *(uint16_t *)0x0800 = 0x7777; // these two are a-star-specific
151#endif
152 bootloader_jump(); 148 bootloader_jump();
153} 149}
154 150