Skip to content

Commit

Permalink
update RUN_ENTER_AS_ADMIN macro
Browse files Browse the repository at this point in the history
  • Loading branch information
a1excoder committed Mar 11, 2024
1 parent 099af29 commit f14feca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ static bool release_btn(const uint8_t button) {
alt_print((command), (t_sleep_print)); \
WAIT(200) \
PRESS_KRELALL(MKEY_LEFT_CTRL | MKEY_LEFT_SHIFT | MKEY_ENTER, 0, 300) \
WAIT(500) \
WAIT(900) \
PRESS_KRELALL(MKEY_LEFT_ALT | MKEY_CH_Y, 0, 200) \
WAIT(500)

Expand Down

0 comments on commit f14feca

Please sign in to comment.