UHK 80 Bluetooth behavior when using USB connection - Is this normal?

Sure. Knowledgebase contains unbricking instructions for both models :person_shrugging:.

I am just wondering if it actually erases user config area during the bootloader phase of the unbricking procedure :thinking:.

1 Like

You know someone’s going to try it. :laughing:

2 Likes

reboot should be forbidden in $onInit, really!

2 Likes

I’m suddenly tempted to try call onInit in there, too :grin:

Why? :face_with_raised_eyebrow:

If you want to have an adventurous afternoon, why should I stand in your way?

1 Like

Like you have never seen a stack overflow :roll_eyes:.

I agree.

I disagree. There are hundreds of just as dumb things a user can do.

I really want to avoid reboot loops.

2 Likes

You’re not my dad! You can’t tell me what to do!!! :stuck_out_tongue_closed_eyes:

1 Like

009_Agent Churchill Quote

1 Like

Carefully construct a new macro containing a reboot command and exec it from $onInit. You can still shoot yourself into the foot, if you really want to. But at least obvious mistakes are prevented. I like!

1 Like

I’m paraplegic, so I could shoot myself in the foot and not even flinch.:rofl:

I kind of expected an initialized flag. Checking that before executing reboot would work regardless of how or where the command is called.

Checking that before executing reboot would work regardless of how or where the command is called.

Macros don’t run synchronously, and can wait for arbitrary length of time.