aboutsummaryrefslogtreecommitdiff
path: root/quantum/quantum.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/quantum.c')
-rw-r--r--quantum/quantum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/quantum.c b/quantum/quantum.c
index 270b976e3..d59bd5a3f 100644
--- a/quantum/quantum.c
+++ b/quantum/quantum.c
@@ -88,7 +88,7 @@ bool process_record_quantum(keyrecord_t *record) {
88 stop_all_notes(); 88 stop_all_notes();
89 shutdown_user(); 89 shutdown_user();
90 #endif 90 #endif
91 _delay_ms(250); 91 wait_ms(250);
92 #ifdef ATREUS_ASTAR 92 #ifdef ATREUS_ASTAR
93 *(uint16_t *)0x0800 = 0x7777; // these two are a-star-specific 93 *(uint16_t *)0x0800 = 0x7777; // these two are a-star-specific
94 #endif 94 #endif