hyper key (#38)

* hyper key

* added hyper key icon

* added scrolls

* added icons and updated scroll speed

* added icons and updated scroll speed

* fix icon

* added icons

* added icons

* added print icon

* added print icon

* added mouse config

* updated readme

* updated readme

* upated icons

* upated icons

* mod/tap hyper

* upated icons

* upated icons

* upated icons

* upated icons

* upated icons

* removed hyper in default layer

* change media controls

* upated icons

* upated icons

* scroll speed

---------

Co-authored-by: keymap-editor[bot] <91849743+keymap-editor[bot]@users.noreply.github.com>
Co-authored-by: DarrenVictoriano <26513979+DarrenVictoriano@users.noreply.github.com>
This commit is contained in:
Darren
2025-11-15 20:34:39 -08:00
committed by GitHub
parent b7439038a8
commit 2a7a60eb0f
6 changed files with 123 additions and 46 deletions

View File

@@ -4,3 +4,5 @@ CONFIG_ZMK_SLEEP=n
### DONGLE MODE ### DONGLE MODE
CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2 CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2
### Enable mouse
CONFIG_ZMK_POINTING=y

View File

@@ -6,7 +6,9 @@
#include <behaviors.dtsi> #include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h> #include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/pointing.h>
#define ZMK_POINTING_DEFAULT_SCRL_VAL 25
#define LOWER 1 #define LOWER 1
#define RAISE 2 #define RAISE 2
@@ -25,28 +27,28 @@
lower_layer { lower_layer {
bindings = < bindings = <
&kp ESC &none &kp N7 &kp N8 &kp N9 &kp PAGE_UP &kp LG(LS(J)) &kp LC(LS(TAB)) &kp LC(TAB) &none &none &kp DELETE &kp ESC &none &kp N7 &kp N8 &kp N9 &kp PAGE_UP &kp LG(LS(J)) &kp LC(LS(TAB)) &kp LC(TAB) &none &none &kp DELETE
&kp LCTRL &none &kp N4 &kp N5 &kp N6 &kp PAGE_DOWN &kp LEFT &kp DOWN &kp UP &kp RIGHT &none &kp RET &kp LCTRL &none &kp N4 &kp N5 &kp N6 &kp PAGE_DOWN &kp LEFT &kp DOWN &kp UP &kp RIGHT &none &kp RET
&kp LSHFT &none &kp N1 &kp N2 &kp N3 &kp N0 &kp C_VOL_DN &kp C_VOL_UP &kp C_BRI_DN &kp C_BRI_UP &none &kp LG(LSHFT) &kp LSHFT &kp LC(LS(LA(LGUI))) &kp N1 &kp N2 &kp N3 &kp N0 &kp C_VOL_DN &kp C_VOL_UP &kp C_BRI_DN &kp C_BRI_UP &kp LC(LS(LA(LGUI))) &kp LG(LSHFT)
&kp LGUI &mo 1 &kp SPACE &kp LG(LA(SPACE)) &mo 2 &kp RALT &kp LGUI &mo 1 &kp SPACE &kp LG(LA(SPACE)) &mo 2 &kp RALT
>; >;
}; };
raise_layer { raise_layer {
bindings = < bindings = <
&kp GRAVE &kp EXCL &kp AT &kp POUND &kp DOLLAR &kp PERCENT &kp CARET &kp AMPS &kp STAR &kp PLUS &kp EQUAL &kp MINUS &kp GRAVE &kp EXCL &kp AT &kp POUND &kp DOLLAR &kp PERCENT &kp CARET &kp AMPS &kp STAR &kp PLUS &kp EQUAL &kp MINUS
&kp LCTRL &none &kp LEFT_BRACE &kp LEFT_PARENTHESIS &kp LEFT_BRACKET &kp SQT &kp DOUBLE_QUOTES &kp RIGHT_BRACKET &kp RIGHT_PARENTHESIS &kp RIGHT_BRACE &kp BACKSLASH &kp RET &kp LCTRL &none &kp LEFT_BRACE &kp LEFT_PARENTHESIS &kp LEFT_BRACKET &kp SQT &kp DOUBLE_QUOTES &kp RIGHT_BRACKET &kp RIGHT_PARENTHESIS &kp RIGHT_BRACE &kp BACKSLASH &kp RET
&kp LSHFT &none &none &none &none &none &kp UNDER &none &none &none &none &kp RSHFT &kp LSHFT &kp LC(LS(LA(LGUI))) &none &none &none &none &kp UNDER &none &none &none &kp LC(LS(LA(LGUI))) &kp RSHFT
&kp LGUI &mo 1 &kp LC(SPACE) &kp SPACE &mo 2 &kp RALT &kp LGUI &mo 1 &kp LC(SPACE) &kp SPACE &mo 2 &kp RALT
>; >;
}; };
adjust_layer { adjust_layer {
bindings = < bindings = <
&kp LC(LA(F2)) &none &kp F7 &kp F8 &kp F9 &kp F12 &none &none &none &none &none &none &kp LC(LA(F2)) &none &kp F7 &kp F8 &kp F9 &kp F12 &kp C_PP &kp C_PREV &kp C_NEXT &none &none &kp PRINTSCREEN
&none &none &kp F4 &kp F5 &kp F6 &kp F11 &none &none &none &none &kp RC(RALT) &kp RCTRL &none &none &kp F4 &kp F5 &kp F6 &kp F11 &msc SCRL_LEFT &msc SCRL_DOWN &msc SCRL_UP &msc SCRL_RIGHT &kp RC(RALT) &kp RCTRL
&none &none &kp F1 &kp F2 &kp F3 &kp F10 &none &none &none &none &none &kp RC(RSHFT) &none &kp LC(LS(LA(LGUI))) &kp F1 &kp F2 &kp F3 &kp F10 &kp C_RW &kp C_FF &none &none &kp LC(LS(LA(LGUI))) &kp RC(RSHFT)
&kp LGUI &mo 1 &none &none &mo 2 &kp RALT &kp LGUI &mo 1 &none &none &mo 2 &kp RALT
>; >;
}; };
}; };

View File

@@ -141,13 +141,15 @@ parse_config:
"&inv_qm": ¿ "&inv_qm": ¿
"&kp LC(LG(LEFT))": Desk Left "&kp LC(LG(LEFT))": Desk Left
"&kp LC(LG(RIGHT))": Desk Right "&kp LC(LG(RIGHT))": Desk Right
"&kp LC(TAB)": Tab Right "&kp LC(TAB)": $$mdi:chevron-right-box$$
"&kp LC(LS(TAB))": Tab Left "&kp LC(LS(TAB))": $$mdi:chevron-left-box$$
"&kp LA(F4)": Win Close "&kp LA(F4)": Win Close
"&kp LC(F4)": Tab Close "&kp LC(F4)": Tab Close
"&kp LS(TAB)": Win Prev "&kp LS(TAB)": Win Prev
"&kp LS(INS)": Paste "&kp LS(INS)": Paste
"&kp LG(L)": Lock "&kp LG(L)": Lock
"&kp PAGE_UP": $$mdi:chevron-up-box$$
"&kp PAGE_DOWN": $$mdi:chevron-down-box$$
"&out OUT_USB": Out USB "&out OUT_USB": Out USB
"&out OUT_BLE": Out BLE "&out OUT_BLE": Out BLE
"&bt BT_SEL 0": BT 1 "&bt BT_SEL 0": BT 1
@@ -155,6 +157,11 @@ parse_config:
"&bt BT_SEL 2": BT 3 "&bt BT_SEL 2": BT 3
"&bt BT_SEL 3": BT 4 "&bt BT_SEL 3": BT 4
"&bt BT_SEL 4": BT 5 "&bt BT_SEL 4": BT 5
"&kp PRINTSCREEN": $$mdi:panorama-variant-outline$$
"&msc SCRL_LEFT": $$mdi:pan-left$$
"&msc SCRL_RIGHT": $$mdi:pan-right$$
"&msc SCRL_DOWN": $$mdi:pan-down$$
"&msc SCRL_UP": $$mdi:pan-up$$
DISPLAY_UP: DISPLAY_UP:
t: $$mdi:television-classic$$ t: $$mdi:television-classic$$
h: $$mdi:arrow-up$$ h: $$mdi:arrow-up$$
@@ -439,6 +446,7 @@ parse_config:
RGUI: $$mdi:apple-keyboard-command$$ RGUI: $$mdi:apple-keyboard-command$$
# combo # combo
LC(LS(LA(LGUI))): $$mdi:lightning-bolt$$
LS(LC(LALT)): $$mdi:triangle$$ # Meh LS(LC(LALT)): $$mdi:triangle$$ # Meh
LC(SPACE): "⌃⎵" LC(SPACE): "⌃⎵"
RC(RS(TAB)): "⌃⇧⇥" RC(RS(TAB)): "⌃⇧⇥"
@@ -453,6 +461,12 @@ parse_config:
LOWER: "⤓" LOWER: "⤓"
RAISE: "⤒" RAISE: "⤒"
# Scroll
SCRL_LEFT: $$mdi:pan-left$$
SCRL_RIGHT: $$mdi:pan-right$$
SCRL_DOWN: $$mdi:pan-down$$
SCRL_UP: $$mdi:pan-up$$
# Arrows # Arrows
UP: $$mdi:arrow-up-bold$$ UP: $$mdi:arrow-up-bold$$
DOWN: $$mdi:arrow-down-bold$$ DOWN: $$mdi:arrow-down-bold$$
@@ -476,8 +490,12 @@ parse_config:
PAUSE_BREAK: Pause Break PAUSE_BREAK: Pause Break
# Media # Media
C_RW: $$mdi:rewind$$
C_FF: $$mdi:fast-forward$$
C_NEXT: $$mdi:skip-next$$ C_NEXT: $$mdi:skip-next$$
C_PREV: $$mdi:skip-previous$$ C_PREV: $$mdi:skip-previous$$
C_PAUSE: $$mdi:pause$$
C_PLAY: $$mdi:play$$
C_PP: $$mdi:play-pause$$ C_PP: $$mdi:play-pause$$
# Sound # Sound

View File

@@ -36,6 +36,21 @@
<svg id="mdi:brightness-7"> <svg id="mdi:brightness-7">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-brightness-7" viewBox="0 0 24 24"><path d="M12,8A4,4 0 0,0 8,12A4,4 0 0,0 12,16A4,4 0 0,0 16,12A4,4 0 0,0 12,8M12,18A6,6 0 0,1 6,12A6,6 0 0,1 12,6A6,6 0 0,1 18,12A6,6 0 0,1 12,18M20,8.69V4H15.31L12,0.69L8.69,4H4V8.69L0.69,12L4,15.31V20H8.69L12,23.31L15.31,20H20V15.31L23.31,12L20,8.69Z" /></svg> <svg xmlns="http://www.w3.org/2000/svg" id="mdi-brightness-7" viewBox="0 0 24 24"><path d="M12,8A4,4 0 0,0 8,12A4,4 0 0,0 12,16A4,4 0 0,0 16,12A4,4 0 0,0 12,8M12,18A6,6 0 0,1 6,12A6,6 0 0,1 12,6A6,6 0 0,1 18,12A6,6 0 0,1 12,18M20,8.69V4H15.31L12,0.69L8.69,4H4V8.69L0.69,12L4,15.31V20H8.69L12,23.31L15.31,20H20V15.31L23.31,12L20,8.69Z" /></svg>
</svg> </svg>
<svg id="mdi:chevron-down-box">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-chevron-down-box" viewBox="0 0 24 24"><path d="M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M12,15.71L6,9.71L7.41,8.29L12,12.88L16.59,8.29L18,9.71L12,15.71Z" /></svg>
</svg>
<svg id="mdi:chevron-left-box">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-chevron-left-box" viewBox="0 0 24 24"><path d="M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M15.71,16.59L14.29,18L8.29,12L14.29,6L15.71,7.41L11.12,12L15.71,16.59Z" /></svg>
</svg>
<svg id="mdi:chevron-right-box">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-chevron-right-box" viewBox="0 0 24 24"><path d="M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M9.71,18L8.29,16.59L12.88,12L8.29,7.41L9.71,6L15.71,12L9.71,18Z" /></svg>
</svg>
<svg id="mdi:chevron-up-box">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-chevron-up-box" viewBox="0 0 24 24"><path d="M19,3H5A2,2 0 0,0 3,5V19C3,20.11 3.9,21 5,21H19C20.11,21 21,20.11 21,19V5A2,2 0 0,0 19,3M16.59,15.71L12,11.12L7.41,15.71L6,14.29L12,8.29L18,14.29L16.59,15.71Z" /></svg>
</svg>
<svg id="mdi:fast-forward">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-fast-forward" viewBox="0 0 24 24"><path d="M13,6V18L21.5,12M4,18L12.5,12L4,6V18Z" /></svg>
</svg>
<svg id="mdi:keyboard-esc"> <svg id="mdi:keyboard-esc">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-keyboard-esc" viewBox="0 0 24 24"><path d="M1 7H7V9H3V11H7V13H3V15H7V17H1V7M11 7H15V9H11V11H13C14.11 11 15 11.9 15 13V15C15 16.11 14.11 17 13 17H9V15H13V13H11C9.9 13 9 12.11 9 11V9C9 7.9 9.9 7 11 7M19 7H21C22.11 7 23 7.9 23 9V10H21V9H19V15H21V14H23V15C23 16.11 22.11 17 21 17H19C17.9 17 17 16.11 17 15V9C17 7.9 17.9 7 19 7Z" /></svg> <svg xmlns="http://www.w3.org/2000/svg" id="mdi-keyboard-esc" viewBox="0 0 24 24"><path d="M1 7H7V9H3V11H7V13H3V15H7V17H1V7M11 7H15V9H11V11H13C14.11 11 15 11.9 15 13V15C15 16.11 14.11 17 13 17H9V15H13V13H11C9.9 13 9 12.11 9 11V9C9 7.9 9.9 7 11 7M19 7H21C22.11 7 23 7.9 23 9V10H21V9H19V15H21V14H23V15C23 16.11 22.11 17 21 17H19C17.9 17 17 16.11 17 15V9C17 7.9 17.9 7 19 7Z" /></svg>
</svg> </svg>
@@ -48,6 +63,36 @@
<svg id="mdi:keyboard-tab"> <svg id="mdi:keyboard-tab">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-keyboard-tab" viewBox="0 0 24 24"><path d="M20,18H22V6H20M11.59,7.41L15.17,11H1V13H15.17L11.59,16.58L13,18L19,12L13,6L11.59,7.41Z" /></svg> <svg xmlns="http://www.w3.org/2000/svg" id="mdi-keyboard-tab" viewBox="0 0 24 24"><path d="M20,18H22V6H20M11.59,7.41L15.17,11H1V13H15.17L11.59,16.58L13,18L19,12L13,6L11.59,7.41Z" /></svg>
</svg> </svg>
<svg id="mdi:lightning-bolt">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-lightning-bolt" viewBox="0 0 24 24"><path d="M11 15H6L13 1V9H18L11 23V15Z" /></svg>
</svg>
<svg id="mdi:pan-down">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-pan-down" viewBox="0 0 24 24"><path d="M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10M8,17L12,21.5L16,17H8Z" /></svg>
</svg>
<svg id="mdi:pan-left">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-pan-left" viewBox="0 0 24 24"><path d="M7,8L2.5,12L7,16V8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z" /></svg>
</svg>
<svg id="mdi:pan-right">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-pan-right" viewBox="0 0 24 24"><path d="M17,8V16L21.5,12L17,8M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z" /></svg>
</svg>
<svg id="mdi:pan-up">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-pan-up" viewBox="0 0 24 24"><path d="M12,2.5L8,7H16L12,2.5M12,10A2,2 0 0,0 10,12A2,2 0 0,0 12,14A2,2 0 0,0 14,12A2,2 0 0,0 12,10Z" /></svg>
</svg>
<svg id="mdi:panorama-variant-outline">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-panorama-variant-outline" viewBox="0 0 24 24"><path d="M21 4C20.4 4 17.4 5.5 12 5.5C6.7 5.5 3.5 4 3 4C2.5 4 2 4.4 2 5V19C2 19.6 2.5 20 3 20C3.6 20 6.5 18.5 12 18.5C17.4 18.5 20.4 20 21 20C21.5 20 22 19.6 22 19V5C22 4.4 21.5 4 21 4M20 17.6C18 17 15.4 16.5 12 16.5C8.6 16.5 6 17 4 17.6V6.4C6.6 7.1 9.3 7.5 12 7.5C15.4 7.5 18 7 20 6.4V17.6M9.2 11L5.5 15.4C7.5 15.1 9.7 15 12 15C14.3 15 16.5 15.1 18.5 15.4L14 10L11.2 13.4L9.2 11Z" /></svg>
</svg>
<svg id="mdi:play-pause">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-play-pause" viewBox="0 0 24 24"><path d="M3,5V19L11,12M13,19H16V5H13M18,5V19H21V5" /></svg>
</svg>
<svg id="mdi:rewind">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-rewind" viewBox="0 0 24 24"><path d="M11.5,12L20,18V6M11,18V6L2.5,12L11,18Z" /></svg>
</svg>
<svg id="mdi:skip-next">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-skip-next" viewBox="0 0 24 24"><path d="M16,18H18V6H16M6,18L14.5,12L6,6V18Z" /></svg>
</svg>
<svg id="mdi:skip-previous">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-skip-previous" viewBox="0 0 24 24"><path d="M6,18V6H8V18H6M9.5,12L18,6V18L9.5,12Z" /></svg>
</svg>
<svg id="mdi:volume-high"> <svg id="mdi:volume-high">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-volume-high" viewBox="0 0 24 24"><path d="M14,3.23V5.29C16.89,6.15 19,8.83 19,12C19,15.17 16.89,17.84 14,18.7V20.77C18,19.86 21,16.28 21,12C21,7.72 18,4.14 14,3.23M16.5,12C16.5,10.23 15.5,8.71 14,7.97V16C15.5,15.29 16.5,13.76 16.5,12M3,9V15H7L12,20V4L7,9H3Z" /></svg> <svg xmlns="http://www.w3.org/2000/svg" id="mdi-volume-high" viewBox="0 0 24 24"><path d="M14,3.23V5.29C16.89,6.15 19,8.83 19,12C19,15.17 16.89,17.84 14,18.7V20.77C18,19.86 21,16.28 21,12C21,7.72 18,4.14 14,3.23M16.5,12C16.5,10.23 15.5,8.71 14,7.97V16C15.5,15.29 16.5,13.76 16.5,12M3,9V15H7L12,20V4L7,9H3Z" /></svg>
</svg> </svg>
@@ -479,9 +524,7 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(308, 42)" class="key keypos-5"> <g transform="translate(308, 42)" class="key keypos-5">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap"> <use href="#mdi:chevron-up-box" xlink:href="#mdi:chevron-up-box" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:chevron-up-box"/>
<tspan x="0" dy="-0.6em">PAGE</tspan><tspan x="0" dy="1.2em">UP</tspan>
</text>
</g> </g>
<g transform="translate(532, 42)" class="key keypos-6"> <g transform="translate(532, 42)" class="key keypos-6">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -489,15 +532,11 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(588, 35)" class="key keypos-7"> <g transform="translate(588, 35)" class="key keypos-7">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap"> <use href="#mdi:chevron-left-box" xlink:href="#mdi:chevron-left-box" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:chevron-left-box"/>
<tspan x="0" dy="-0.6em">Tab</tspan><tspan x="0" dy="1.2em">Left</tspan>
</text>
</g> </g>
<g transform="translate(644, 28)" class="key keypos-8"> <g transform="translate(644, 28)" class="key keypos-8">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap"> <use href="#mdi:chevron-right-box" xlink:href="#mdi:chevron-right-box" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:chevron-right-box"/>
<tspan x="0" dy="-0.6em">Tab</tspan><tspan x="0" dy="1.2em">Right</tspan>
</text>
</g> </g>
<g transform="translate(700, 35)" class="key keypos-9"> <g transform="translate(700, 35)" class="key keypos-9">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -530,9 +569,7 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(308, 98)" class="key keypos-17"> <g transform="translate(308, 98)" class="key keypos-17">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<text x="0" y="0" class="key tap"> <use href="#mdi:chevron-down-box" xlink:href="#mdi:chevron-down-box" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:chevron-down-box"/>
<tspan x="0" dy="-0.6em">PAGE</tspan><tspan x="0" dy="1.2em">DOWN</tspan>
</text>
</g> </g>
<g transform="translate(532, 98)" class="key keypos-18"> <g transform="translate(532, 98)" class="key keypos-18">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -563,6 +600,7 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(84, 161)" class="key keypos-25"> <g transform="translate(84, 161)" class="key keypos-25">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:lightning-bolt" xlink:href="#mdi:lightning-bolt" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:lightning-bolt"/>
</g> </g>
<g transform="translate(140, 147)" class="key keypos-26"> <g transform="translate(140, 147)" class="key keypos-26">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -598,6 +636,7 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(756, 161)" class="key keypos-34"> <g transform="translate(756, 161)" class="key keypos-34">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:lightning-bolt" xlink:href="#mdi:lightning-bolt" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:lightning-bolt"/>
</g> </g>
<g transform="translate(812, 161)" class="key keypos-35"> <g transform="translate(812, 161)" class="key keypos-35">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -735,6 +774,7 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(84, 161)" class="key keypos-25"> <g transform="translate(84, 161)" class="key keypos-25">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:lightning-bolt" xlink:href="#mdi:lightning-bolt" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:lightning-bolt"/>
</g> </g>
<g transform="translate(140, 147)" class="key keypos-26"> <g transform="translate(140, 147)" class="key keypos-26">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -763,6 +803,7 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(756, 161)" class="key keypos-34"> <g transform="translate(756, 161)" class="key keypos-34">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:lightning-bolt" xlink:href="#mdi:lightning-bolt" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:lightning-bolt"/>
</g> </g>
<g transform="translate(812, 161)" class="key keypos-35"> <g transform="translate(812, 161)" class="key keypos-35">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -824,12 +865,15 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(532, 42)" class="key keypos-6"> <g transform="translate(532, 42)" class="key keypos-6">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:play-pause" xlink:href="#mdi:play-pause" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:play-pause"/>
</g> </g>
<g transform="translate(588, 35)" class="key keypos-7"> <g transform="translate(588, 35)" class="key keypos-7">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:skip-previous" xlink:href="#mdi:skip-previous" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:skip-previous"/>
</g> </g>
<g transform="translate(644, 28)" class="key keypos-8"> <g transform="translate(644, 28)" class="key keypos-8">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:skip-next" xlink:href="#mdi:skip-next" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:skip-next"/>
</g> </g>
<g transform="translate(700, 35)" class="key keypos-9"> <g transform="translate(700, 35)" class="key keypos-9">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -839,6 +883,7 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(812, 49)" class="key keypos-11"> <g transform="translate(812, 49)" class="key keypos-11">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:panorama-variant-outline" xlink:href="#mdi:panorama-variant-outline" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:panorama-variant-outline"/>
</g> </g>
<g transform="translate(28, 105)" class="key keypos-12"> <g transform="translate(28, 105)" class="key keypos-12">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -864,15 +909,19 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(532, 98)" class="key keypos-18"> <g transform="translate(532, 98)" class="key keypos-18">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:pan-left" xlink:href="#mdi:pan-left" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:pan-left"/>
</g> </g>
<g transform="translate(588, 91)" class="key keypos-19"> <g transform="translate(588, 91)" class="key keypos-19">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:pan-down" xlink:href="#mdi:pan-down" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:pan-down"/>
</g> </g>
<g transform="translate(644, 84)" class="key keypos-20"> <g transform="translate(644, 84)" class="key keypos-20">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:pan-up" xlink:href="#mdi:pan-up" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:pan-up"/>
</g> </g>
<g transform="translate(700, 91)" class="key keypos-21"> <g transform="translate(700, 91)" class="key keypos-21">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:pan-right" xlink:href="#mdi:pan-right" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:pan-right"/>
</g> </g>
<g transform="translate(756, 105)" class="key keypos-22"> <g transform="translate(756, 105)" class="key keypos-22">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -887,6 +936,7 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(84, 161)" class="key keypos-25"> <g transform="translate(84, 161)" class="key keypos-25">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:lightning-bolt" xlink:href="#mdi:lightning-bolt" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:lightning-bolt"/>
</g> </g>
<g transform="translate(140, 147)" class="key keypos-26"> <g transform="translate(140, 147)" class="key keypos-26">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -906,9 +956,11 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(532, 154)" class="key keypos-30"> <g transform="translate(532, 154)" class="key keypos-30">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:rewind" xlink:href="#mdi:rewind" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:rewind"/>
</g> </g>
<g transform="translate(588, 147)" class="key keypos-31"> <g transform="translate(588, 147)" class="key keypos-31">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:fast-forward" xlink:href="#mdi:fast-forward" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:fast-forward"/>
</g> </g>
<g transform="translate(644, 140)" class="key keypos-32"> <g transform="translate(644, 140)" class="key keypos-32">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
@@ -918,6 +970,7 @@ rect.held, rect.combo.held {
</g> </g>
<g transform="translate(756, 161)" class="key keypos-34"> <g transform="translate(756, 161)" class="key keypos-34">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>
<use href="#mdi:lightning-bolt" xlink:href="#mdi:lightning-bolt" x="-9" y="-9" height="18" width="18.0" class="key tap glyph mdi:lightning-bolt"/>
</g> </g>
<g transform="translate(812, 161)" class="key keypos-35"> <g transform="translate(812, 161)" class="key keypos-35">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/> <rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key"/>

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@@ -9,10 +9,10 @@ layers:
- '7' - '7'
- '8' - '8'
- '9' - '9'
- PAGE UP - $$mdi:chevron-up-box$$
- ⌘⇧J - ⌘⇧J
- Tab Left - $$mdi:chevron-left-box$$
- Tab Right - $$mdi:chevron-right-box$$
- '' - ''
- '' - ''
- $$mdi:backspace-reverse-outline$$ - $$mdi:backspace-reverse-outline$$
@@ -21,7 +21,7 @@ layers:
- '4' - '4'
- '5' - '5'
- '6' - '6'
- PAGE DOWN - $$mdi:chevron-down-box$$
- $$mdi:arrow-left-bold$$ - $$mdi:arrow-left-bold$$
- $$mdi:arrow-down-bold$$ - $$mdi:arrow-down-bold$$
- $$mdi:arrow-up-bold$$ - $$mdi:arrow-up-bold$$
@@ -29,7 +29,7 @@ layers:
- '' - ''
- $$mdi:keyboard-return$$ - $$mdi:keyboard-return$$
- $$mdi:apple-keyboard-shift$$ - $$mdi:apple-keyboard-shift$$
- '' - $$mdi:lightning-bolt$$
- '1' - '1'
- '2' - '2'
- '3' - '3'
@@ -38,7 +38,7 @@ layers:
- $$mdi:volume-high$$ - $$mdi:volume-high$$
- $$mdi:brightness-3$$ - $$mdi:brightness-3$$
- $$mdi:brightness-7$$ - $$mdi:brightness-7$$
- '' - $$mdi:lightning-bolt$$
- ⌘⇧ - ⌘⇧
- $$mdi:apple-keyboard-command$$ - $$mdi:apple-keyboard-command$$
- {t: lower, type: held} - {t: lower, type: held}
@@ -72,7 +72,7 @@ layers:
- \ - \
- $$mdi:keyboard-return$$ - $$mdi:keyboard-return$$
- $$mdi:apple-keyboard-shift$$ - $$mdi:apple-keyboard-shift$$
- '' - $$mdi:lightning-bolt$$
- '' - ''
- '' - ''
- '' - ''
@@ -81,7 +81,7 @@ layers:
- '' - ''
- '' - ''
- '' - ''
- '' - $$mdi:lightning-bolt$$
- $$mdi:apple-keyboard-shift$$ - $$mdi:apple-keyboard-shift$$
- $$mdi:apple-keyboard-command$$ - $$mdi:apple-keyboard-command$$
- lower - lower
@@ -96,35 +96,35 @@ layers:
- F8 - F8
- F9 - F9
- F12 - F12
- $$mdi:play-pause$$
- $$mdi:skip-previous$$
- $$mdi:skip-next$$
- '' - ''
- '' - ''
- '' - $$mdi:panorama-variant-outline$$
- ''
- ''
- ''
- '' - ''
- '' - ''
- F4 - F4
- F5 - F5
- F6 - F6
- F11 - F11
- '' - $$mdi:pan-left$$
- '' - $$mdi:pan-down$$
- '' - $$mdi:pan-up$$
- '' - $$mdi:pan-right$$
- ⌃⌥ - ⌃⌥
- $$mdi:apple-keyboard-control$$ - $$mdi:apple-keyboard-control$$
- '' - ''
- '' - $$mdi:lightning-bolt$$
- F1 - F1
- F2 - F2
- F3 - F3
- F10 - F10
- $$mdi:rewind$$
- $$mdi:fast-forward$$
- '' - ''
- '' - ''
- '' - $$mdi:lightning-bolt$$
- ''
- ''
- ⌃⇧ - ⌃⇧
- $$mdi:apple-keyboard-command$$ - $$mdi:apple-keyboard-command$$
- {t: lower, type: held} - {t: lower, type: held}

View File

@@ -28,6 +28,8 @@ generated using
![keymaps](https://github.com/DarrenVictoriano/zmk-config/blob/master/images/corne.svg) ![keymaps](https://github.com/DarrenVictoriano/zmk-config/blob/master/images/corne.svg)
> ⚡️ -> hyper key (`ctrl` + `shift` + `alt` + `cmd`)
>
> The image is generated using > The image is generated using
> [Cem Aksoylar's Keymap-drawer](https://github.com/caksoylar/keymap-drawer) > [Cem Aksoylar's Keymap-drawer](https://github.com/caksoylar/keymap-drawer)