mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
554e4bf25c
* 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