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:55 -04:00 committed by GitHub
parent 0104bd2d27
commit 1fd811c91a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,6 +53,8 @@ const tap_dance_action_t tap_dance_actions[] PROGMEM = {
## New syntax for `ACTION_TAP_DANCE_LAYER_MOVE` and `ACTION_TAP_DANCE_LAYER_TOGGLE`
Change from
```c
tap_dance_action_t tap_dance_actions[] = {
[TD_Q_ALT] = ACTION_TAP_DANCE_LAYER_MOVE(KC_Q, _ALT),