This website works better with JavaScript
홈
탐색
도움말
로그인
cinaeco
/
qmk_firmware
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
beb320a5c6
브랜치
태그
master
qmk_firmware
/
docs
/
ChangeLog
/
20190830
/
PR5176.md
PR5176.md
550 B
히스토리
Raw
Migrating
ACTION_LAYER_MOMENTARY()
entries in
fn_actions
to
MO()
keycodes
fn_actions
is deprecated, and its functionality has been superseded by direct keycodes and
process_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