Closed mechmerlin closed 4 years ago
Better question is:
Since these features are depreciated, do we want to actually disable them by default, and allow them to be turned on for compatibility?
@drashna
Since these features are depreciated
deprecated* :smile:
@mechmerlin I'm okay with the spirit of these changes, but a lot of the keymaps in the repo have been ported from TMK, so we would have to go through each keymap that uses fn_actions
/action_get_macro
and refactor its functionality into process_record_user
.
I think that's beyond the scope of this template change, but feel free to file another issue on it.
This and the changes you talked about sound like a good way for people new to QMK, to get their feet wet with coding.
This was implemented in #7211.
To save some more space in firmware, we can disable the handling for
action_get_macros
andfn_actions
. They are depreciated so why not disable them?Add the following to
config.h
templatetemplate files are located in: