mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-06 13:21:58 +00: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_actionstoMO()keycodesfn_actionsis 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_actionsin favour of the custom keycode and macro features