layer_combo → sd_combo (#15266)
This commit is contained in:
parent
e864786c0b
commit
97a32eedf1
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ combo_t key_combos[COMBO_COUNT] = {
|
|||
[AB_ESC] = COMBO(ab_combo, KC_ESC),
|
||||
[JK_TAB] = COMBO(jk_combo, KC_TAB),
|
||||
[QW_SFT] = COMBO(qw_combo, KC_LSFT)
|
||||
[SD_LAYER] = COMBO(layer_combo, MO(_LAYER)),
|
||||
[SD_LAYER] = COMBO(sd_combo, MO(_LAYER)),
|
||||
};
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue