mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-01-18 02:52:29 +00:00
fix: function and mods layers having extra keys
This commit is contained in:
parent
74fec55116
commit
f03b172a8d
1 changed files with 5 additions and 5 deletions
|
@ -231,8 +231,8 @@
|
|||
//│ │ F7 │ F8 │ F9 │ │ │ │ │ │ │ │
|
||||
&none &kp F7 &kp F8 &kp F9 &none &none &none &none &none &none
|
||||
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
|
||||
//│ - │ F4 │ F5 │ F6 │ │ │ │ CTRL │ ALT │ CMD │ SHIFT │
|
||||
&kp MINUS &kp F4 &kp F5 &kp F6 &none &none &sk LCTRL &sk LALT &sk LCMD &sk LSHFT
|
||||
//│ │ F4 │ F5 │ F6 │ │ │ │ CTRL │ ALT │ CMD │ SHIFT │
|
||||
&none &kp F4 &kp F5 &kp F6 &none &none &sk LCTRL &sk LALT &sk LCMD &sk LSHFT
|
||||
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
|
||||
//│ │ F1 │ F2 │ F3 │ │ │ │ F10 │ F11 │ F12 │ │
|
||||
&none &kp F1 &kp F2 &kp F3 &none &none &kp F10 &kp F11 &kp F12 &none
|
||||
|
@ -249,10 +249,10 @@
|
|||
&trans &trans &trans &trans &trans &none &none &none &none &none
|
||||
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
|
||||
//│ - │ │ │ │ │ │ │ CTRL │ ALT │ CMD │ SHIFT │
|
||||
&transNUS &trans &trans &trans &trans &none &sk LCTRL &sk LALT &sk LCMD &sk LSHFT
|
||||
&trans &trans &trans &trans &trans &none &sk LCTRL &sk LALT &sk LCMD &sk LSHFT
|
||||
//├──────────┼──────────┼──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┼──────────┼──────────┤
|
||||
//│ │ │ │ │ │ │ │ F10 │ F11 │ F12 │ │
|
||||
&trans &trans &trans &trans &trans &none &kp F10 &kp F11 &kp F12 &none
|
||||
//│ │ │ │ │ │ │ │ │ RALT │ │ │
|
||||
&trans &trans &trans &trans &trans &none &none &sk RALT &none &none
|
||||
//╰──────────┴──────────┴──────────┼──────────┼──────────┤ ├──────────┼──────────┼──────────┴──────────┴──────────╯
|
||||
&trans &trans &trans &trans
|
||||
// ╰──────────┴──────────╯ ╰──────────┴──────────╯
|
||||
|
|
Loading…
Reference in a new issue