changelog wording for clarity

Co-authored-by: Daniel <1767914+iamdanielv@users.noreply.github.com>
This commit is contained in:
Stephen Ostermiller 2025-07-02 20:15:48 -04:00 committed by GitHub
parent 4b61904fcd
commit 0104bd2d27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ const tap_dance_action_t tap_dance_actions[] PROGMEM = {
## New syntax for `ACTION_TAP_DANCE_DOUBLE` ## New syntax for `ACTION_TAP_DANCE_DOUBLE`
`ACTION_TAP_DANCE_DOUBLE` no longer accepts two keycode literals, now it needs a variable containing the key code pair. `ACTION_TAP_DANCE_DOUBLE` no longer accepts two keycode literals, now it needs a variable containing the key code pair. Change from
```c ```c