UltimateHackingKeyboard / firmware

Ultimate Hacking Keyboard firmware
Other
418 stars 65 forks source link

macro documentation: $keyId.<keyId abbreviation> #715

Closed mhantsch closed 11 months ago

mhantsch commented 11 months ago

The reference-manual.md says:

Following special identifiers are supported:

    $thisKeyId which stands for keyid of the key which activated the macro.
    $keyId.<keyId abbreviation> which stands for keyid of the key which activated the macro.

I believe the description for the latter line is incorrect (as it's the same as the former).

kareltucek commented 11 months ago

Fixed. Thanks for report!

mhantsch commented 11 months ago

Should it actually be $keyId.<keyId abbreviation (KEYID_ABBREV)> ... ?

kareltucek commented 11 months ago

Yes.