Skip to content

Commit

Permalink
moving
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Sep 15, 2024
1 parent d15374c commit b394d58
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/keymap/combos.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
COMBO(undo, &kp U_UND, LB3 LB2 , NAV, COMBO_TERM_MID)
COMBO(redo, &kp U_RDO, LB2 LB1 , NAV, COMBO_TERM_MID)

COMBO(mute, &kp C_MUTE, LT1 LM1 , NUM, COMBO_TERM_FAST)
COMBO(mute, &kp C_MUTE, LT3 LT2 , NUM, COMBO_TERM_MID)
};
};
6 changes: 3 additions & 3 deletions config/keymap/keymap.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
display-name = "NUM";
bindings = <LAYER_FROM34( \
// ╭─────────────┬─────────────┬────────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&none, &kp INS, &kp PAUSE_BREAK, &kp C_VOL_UP, &kp C_BRI_UP, &kp DE_DOT, &kp N7, &kp N8, &kp N9, &kp BSPC, \
&none, &kp C_VOL_DN, &kp C_VOL_UP, &pp_n, &kp C_BRI_UP, &kp DE_DOT, &kp N7, &kp N8, &kp N9, &kp BSPC, \
// ├─────────────┼─────────────┼────────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&none, &none, &none, &kp C_VOL_DN, &kp C_BRI_DN, &kp N0, &kp N4, &kp N5, &kp N6, &kp RET, \
&kp LGUI, &kp LALT, &kp LCTRL, &kp LSHFT, &kp C_BRI_DN, &kp N0, &kp N4, &kp N5, &kp N6, &kp RET, \
// ├─────────────┼─────────────┼────────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
&none, &kns_lock, &kp PSCRN, &pp_n, &none, &kp DE_COMMA, &kp N1, &kp N2, &kp N3, &none, \
&none, &kp INS, &kp PAUSE_BREAK, &kp PSCRN, &none, &kp DE_COMMA, &kp N1, &kp N2, &kp N3, &none, \
// ╰─────────────┴─────────────┴────────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┴─────────────┴─────────────╯
&trans, &trans, &trans, &trans \
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯
Expand Down
9 changes: 9 additions & 0 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,15 @@ parse_config:
type: text_with_symbol

'&hml_m LALT MB4':
tap: $$mdi:cursor-default-click-outline$$
shifted: 4
hold: 'ALT'
type: text_with_symbol

'&hml_m LCTRL MB5':
tap: $$mdi:cursor-default-click-outline$$
shifted: 5
hold: $$mdi:apple-keyboard-control$$
type: text_with_symbol

'&tb_mo_scroll':
Expand Down

0 comments on commit b394d58

Please sign in to comment.