Skip to content

Commit

Permalink
Add notes for 8977 and 8979
Browse files Browse the repository at this point in the history
  • Loading branch information
noroadsleft committed May 10, 2020
1 parent cfcae54 commit 9e27b49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/ChangeLog/20200530/PR8954.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Old `fn_actions` action | New QMK keycode
`ACTION_LAYER_TOGGLE(layer)` | `TG(layer)`
`ACTION_MODS_ONESHOT(mod)` | `OSM(mod)`
`ACTION_MODS_TAP_KEY(mod, kc)` | `MT(mod, kc)`
`ACTION_MODS_KEY(mod, kc)`<br>e.g. `ACTION_MODS_KEY(MOD_LCTL, KC_0)` | `MOD(kc)`<br>e.g. `LCTL(KC_0)`

### Pull Requests

Expand All @@ -18,3 +19,5 @@ Old `fn_actions` action | New QMK keycode
- [Migrate \`ACTION_DEFAULT_LAYER_SET\` to \`DF()\`](https://github.com/qmk/qmk_firmware/pull/8958) (#8958)
- [Migrate \`ACTION_LAYER_MODS\` to \`LM()\`](https://github.com/qmk/qmk_firmware/pull/8959) (#8959)
- [Migrate \`ACTION_MODS_TAP_KEY\` to \`MT()\`](https://github.com/qmk/qmk_firmware/pull/8968) (#8968)
- [Migrate miscellaneous `fn_actions` entries](https://github.com/qmk/qmk_firmware/pull/8977) (#8977)
- [Migrate `ACTION_MODS_KEY` to chained mod keycodes](https://github.com/qmk/qmk_firmware/pull/8979) (#8979)

0 comments on commit 9e27b49

Please sign in to comment.