mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-11 23:20:46 +02:00

* Migrate ACTION_LAYER_MOMENTARYs to MO() * Add changelog entry * Update docs/ChangeLog/20190830/PR5176.md Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
550 B
550 B
- Migrating
ACTION_LAYER_MOMENTARY()
entries infn_actions
toMO()
keycodesfn_actions
is deprecated, and its functionality has been superseded by direct keycodes andprocess_record_user()
- The end result of removing this obsolete feature should result in a decent reduction in firmware size and code complexity
- All keymaps affected are recommended to switch away from
fn_actions
in favour of the custom keycode and macro features