Closed chiboreache closed 1 year ago
Please review the current documentation: https://docs.qmk.fm/#/ref_functions?id=resetting-the-keyboard
There is the
QK_REBOOT
orQK_RBT
quantum keycode that you can use. But if you want to reset the board as part of a macro, rather than hitting a key separately, you can do that.
(That said, you probably want QK_BOOT
.)
@lesshonor thanks! it works
therefore fix https://docs.qmk.fm/#/ref_functions?id=resetting-the-keyboard
Describe the Bug
qmk compile
Keyboard Used
dz60
Link to product page (if applicable)
No response
Operating System
Arch Linux
qmk doctor Output
Is AutoHotKey / Karabiner installed
Other keyboard-related software installed
No response
Additional Context
No response