Deprecate KC_LEAD
for QK_LEAD
(#18792)
This commit is contained in:
parent
374d5d7480
commit
b33fc34967
58 changed files with 90 additions and 85 deletions
|
@ -225,7 +225,7 @@ bool process_record_quantum(keyrecord_t *record) {
|
|||
uint16_t keycode = get_record_keycode(record, true);
|
||||
|
||||
// This is how you use actions here
|
||||
// if (keycode == KC_LEAD) {
|
||||
// if (keycode == QK_LEADER) {
|
||||
// action_t action;
|
||||
// action.code = ACTION_DEFAULT_LAYER_SET(0);
|
||||
// process_action(record, action);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue