Compare commits

..

20 Commits

Author SHA1 Message Date
Ajetski
3b81647ad0 [Draw] Update eyelash_corne.keymap 2026-02-12 18:27:47 +00:00
Adam Jeniski
ea4aad1988 Update eyelash_corne.keymap 2026-02-12 13:27:27 -05:00
Ajetski
84fa1cb979 [Draw] add globe 2026-02-12 18:12:52 +00:00
Adam Jeniski
9348ba7757 add globe 2026-02-12 13:12:27 -05:00
Ajetski
4156cd5f29 [Draw] fix fn keys 2025-11-16 16:26:22 +00:00
Adam Jeniski
bbc8c47472 fix fn keys 2025-11-16 11:26:01 -05:00
Ajetski
d09e678500 [Draw] fix typo 2025-11-16 16:21:31 +00:00
Adam Jeniski
ecc1429030 fix typo 2025-11-16 11:21:14 -05:00
Ajetski
2b227ec9c5 [Draw] add mouse keys 2025-11-16 16:20:06 +00:00
Adam Jeniski
2e7b1deb35 add mouse keys 2025-11-16 11:19:43 -05:00
Ajetski
88bd680bc5 [Draw] add rshft qt and tmux leader tap 2025-10-24 15:32:34 +00:00
3bc4a2ae9c add rshft qt and tmux leader tap 2025-10-24 06:32:06 -09:00
Ajetski
3691b10384 [Draw] Update eyelash_corne.keymap 2025-10-23 16:37:54 +00:00
Adam Jeniski
fd5b747d84 Update eyelash_corne.keymap 2025-10-23 12:37:25 -04:00
Adam Jeniski
d053fc2f23 Update eyelash_corne.keymap 2025-10-23 12:36:22 -04:00
Adam Jeniski
184e2cf511 Update eyelash_corne.keymap 2025-10-23 12:14:48 -04:00
Adam Jeniski
f63098edb2 Update eyelash_corne.keymap 2025-10-23 12:11:21 -04:00
Adam Jeniski
e9928fc5f1 Delete README_EN.md 2025-10-23 12:03:20 -04:00
Adam Jeniski
359ca0b26b Update README.md 2025-10-23 11:59:43 -04:00
549dac124b add gqt 2025-10-23 06:54:54 -09:00
5 changed files with 91 additions and 114 deletions
+5 -21
View File
@@ -1,23 +1,7 @@
- [中文](README.md)
- [English](README_EN.md)
# eyelash-corne-zmk-config
ZMK firmware configuration for Corne Keyboard + rotary and lcd dispay, which leverages GitHub Actions
# 睫毛外设 (Eyelash Peripherals) Corne ZMK 仓库
[go download the firmware](../../actions)
**该键盘与 [foostan's Corne](https://github.com/foostan/crkbd) 不同,无法与标准的 `corne` 固件兼容。**
![睫毛外设 Corne 的照片](https://ae01.alicdn.com/kf/Sa797fee25edd44248fbfdb0e13d44e00B.jpg)
如果您需要该键盘的 3D 模型,请发送电子邮件至 `380465425@qq.com`
## 使用说明
1. [叉取此仓库](https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository)。
2. [点击 **Actions** 选项卡,确保工作流已启用](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/disabling-and-enabling-a-workflow#enabling-a-workflow)。
3. 确保 [`config/west.yml`](config/west.yml) 中的 `eyelash_corne` 项目仍然有效。`boards/arm/eyelash_corne` 文件夹将从此 URL 下载。
4. 如果您的叉取中仍存在 `boards/arm/eyelash_corne` 文件夹,请将其删除。
**如果您已经有 ZMK 配置仓库,[您可以将此作为模块添加,而不是叉取](https://zmk.dev/docs/features/modules#building-with-modules)。**
## Corne 键位图
![Diagram of config/eyelash_corne.keymap](keymap-drawer/eyelash_corne.svg "generated by @caksoylar's Keymap Drawer")
## keymap
![keymap](https://raw.githubusercontent.com/Ajetski/corne-zmk-config/refs/heads/main/keymap-drawer/eyelash_corne.svg)
-25
View File
@@ -1,25 +0,0 @@
- [Chinese](README.md)
- [English](README_EN.md)
# 睫毛外设 (Eyelash Peripherals) Corne ZMK Repository
**This keyboard is not the same as [foostan's Corne](https://github.com/foostan/crkbd). It will not work with standard `corne` firmware.**
![Photo of Eyelash Peripherals Corne](https://ae01.alicdn.com/kf/Sa797fee25edd44248fbfdb0e13d44e00B.jpg)
If you need a 3D model of this keyboard, email `380465425@qq.com`.
2025.8.22 update the soft off.When you press the keys Q, S and Z simultaneously and hold them for 2 seconds, the keyboard will enter a deep sleep state and cannot be awakened by pressing the keys. This function can be used when carrying it outside. The activation method is to press the reset switch once.This month, I also updated the ultra-thin versions of the corne and sofle cases. The frame and base plate have been thickened, and the opening of the reset switch has been adjusted, so that the reset switch can be easily pressed. At present, we are still conceptualizing how to design the shell with an inclined bracket.If you have carefully examined a PCB, you will notice that there are reserved interfaces for expansion IO. I wonder if anyone has been able to utilize them,I will try it
## Instructions
1. [Fork this repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository).
2. [Click the **Actions** tab and make sure the workflow is enabled](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/disabling-and-enabling-a-workflow#enabling-a-workflow).
3. Make sure the `eyelash_corne` project in [`config/west.yml`](config/west.yml) still works. The `boards/arm/eyelash_corne` folder will be downloaded from this URL.
4. If there is still a `boards/arm/eyelash_corne` folder in your fork, delete it.
**If you already have a ZMK config repository, [you can add this one as a module instead of forking](https://zmk.dev/docs/features/modules#building-with-modules).**
## Keymap Diagram
![Diagram of config/eyelash_corne.keymap](keymap-drawer/eyelash_corne.svg "generated by @caksoylar's Keymap Drawer")
+17 -8
View File
@@ -36,10 +36,19 @@
trigger-period-ms = <16>;
};
&soft_off { hold-time-ms = <3000>; };
&soft_off { hold-time-ms = <1500>; };
/ {
behaviors {
qt: mod_tap {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
flavor = "tap-preferred";
tapping-term-ms = <250>;
quick-tap-ms = <200>;
bindings = <&kp>, <&kp>;
display-name = "Mod-Tap";
};
};
rgb_encoder: rgb_encoder {
@@ -86,7 +95,7 @@
softoff {
bindings = <&soft_off>;
key-positions = <1 2 3>;
key-positions = <1 2>;
layers = <0>;
};
};
@@ -98,9 +107,9 @@
display-name = "Base";
bindings = <
&kp TAB &kp Q &kp W &kp E &kp R &kp T &mmv MOVE_UP &kp Y &kp U &kp I &kp O &kp P &kp RCMD
&kp COLON &mt LCTRL A &mt LSHFT S &mt LALT D &mt LCMD F &kp G &mmv MOVE_LEFT &mkp LCLK &mmv MOVE_RIGHT &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
&kp COLON &qt LCTRL A &qt LSHFT S &qt LALT D &qt LCMD F &kp G &mmv MOVE_LEFT &mkp LCLK &mmv MOVE_RIGHT &kp H &kp J &kp K &kp L &qt RSHFT SEMI &kp SQT
&kp LSHFT &kp Z &kp X &kp C &kp V &kp B &kp C_MUTE &mmv MOVE_DOWN &kp N &kp M &kp COMMA &kp DOT &kp FSLH &kp RCTRL
&mo MEDIA &lt FUNCTION ESC &kp SPACE &mo SYMBOLS &mo NUMBERS &kp RALT
&mo MEDIA &lt FUNCTION ESC &kp SPACE &mo SYMBOLS &lt NUMBERS LC(SPACE) &kp RALT
>;
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
@@ -110,7 +119,7 @@
symbol {
display-name = "Symbols";
bindings = <
&none &kp EXCL &kp AT &kp LBRC &kp RBRC &kp PIPE &trans &kp PLUS &kp STAR &kp PRCNT &none &none &none
&none &kp EXCL &kp AT &kp LBRC &kp RBRC &kp PIPE &trans &kp PLUS &kp STAR &kp PRCNT &none &none &kp C_VOICE_COMMAND
&none &kp CARET &kp DLLR &kp LPAR &kp RPAR &kp GRAVE &trans &trans &trans &kp UNDER &kp LBRC &kp RBRC &kp DQT &kp SQT &none
&none &kp MINUS &kp EQUAL &kp LBKT &kp RBKT &kp TILDE &trans &trans &kp AMPS &kp LT &kp GT &kp HASH &kp BSLH &none
&trans &trans &trans &trans &trans &trans
@@ -123,9 +132,9 @@
display-name = "Fn";
bindings = <
&none &kp F1 &kp F2 &kp F3 &kp F4 &kp F5 &trans &kp F6 &kp F7 &kp F8 &kp F9 &kp F10 &none
&none &none &none &none &none &kp F10 &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &none &none
&none &none &none &none &none &kp F11 &none &trans &none &kp PG_DN &kp PG_UP &none &none &none
&trans &trans &trans &trans &trans &trans
&none &none &mkp RCLK &mmv MOVE_UP &mkp LCLK &kp F11 &trans &trans &trans &kp LEFT &kp DOWN &kp UP &kp RIGHT &none &none
&none &none &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_RIGHT &kp F12 &none &trans &none &kp PG_DN &kp PG_UP &none &none &none
&trans &trans &trans &mkp LCLK &mkp RCLK &trans
>;
sensor-bindings = <&scroll_encoder>;
+52 -43
View File
@@ -81,6 +81,9 @@
<svg id="mdi:mouse-left-click-outline">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-mouse-left-click-outline" viewBox="0 0 24 24"><path d="M13 9V1.07C13.7 1.16 14.37 1.33 15 1.59C17.33 2.53 19.11 4.53 19.75 7C19.91 7.64 20 8.31 20 9H13M17.66 7C17.18 5.65 16.23 4.5 15 3.81V7H17.66M6 15V13H18V15C18 16.59 17.37 18.12 16.24 19.24C15.12 20.37 13.59 21 12 21C10.41 21 8.88 20.37 7.76 19.24C6.63 18.12 6 16.59 6 15M4 15C4 17.12 4.84 19.16 6.34 20.66C7.84 22.16 9.88 23 12 23C14.12 23 16.16 22.16 17.66 20.66C19.16 19.16 20 17.12 20 15V11H4V15M11 9V1.07C7.06 1.56 4 4.92 4 9H11Z" /></svg>
</svg>
<svg id="mdi:mouse-right-click-outline">
<svg xmlns="http://www.w3.org/2000/svg" id="mdi-mouse-right-click-outline" viewBox="0 0 24 24"><path d="M13 9V1.07C16.94 1.56 20 4.92 20 9H13M11 9V1.07C10.3 1.16 9.63 1.33 9 1.59C6.67 2.53 4.89 4.53 4.25 7C4.09 7.64 4 8.31 4 9H11M6.34 7C6.82 5.65 7.78 4.5 9 3.81V7H6.34M6 15V13H18V15C18 16.59 17.37 18.12 16.24 19.24C15.12 20.37 13.59 21 12 21C10.41 21 8.88 20.37 7.76 19.24C6.63 18.12 6 16.59 6 15M4 15C4 17.12 4.84 19.16 6.34 20.66C7.84 22.16 9.88 23 12 23C14.12 23 16.16 22.16 17.66 20.66C19.16 19.16 20 17.12 20 15V11H4V15Z" /></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>
@@ -451,6 +454,7 @@ rect.held, rect.combo.held {
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">;</text>
<use href="#mdi:apple-keyboard-shift" xlink:href="#mdi:apple-keyboard-shift" x="-8" y="9" height="15" width="15.0" class="key hold glyph mdi:apple-keyboard-shift"/>
<text x="0" y="-24" class="key shifted">:</text>
</g>
<g transform="translate(952, 105)" class="key keypos-27">
@@ -560,8 +564,9 @@ rect.held, rect.combo.held {
<g transform="translate(695, 209) rotate(-12.0)" class="key keypos-46">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:keyboard-space" xlink:href="#mdi:keyboard-space" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:keyboard-space"/>
<a href="#Nums">
<text x="0" y="-4" class="key tap layer-activator">Nums</text>
<text x="0" y="24" class="key hold layer-activator">Nums</text>
</a></g>
<g transform="translate(756, 203)" class="key keypos-47">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
@@ -585,10 +590,8 @@ rect.held, rect.combo.held {
<use href="#mdi:keyboard-return" xlink:href="#mdi:keyboard-return" x="747" y="134" height="18" width="18.0" class="combo enter tap glyph mdi:keyboard-return"/>
</g>
<g class="combo combopos-4">
<path d="M140,37 l-38,8" class="combo"/>
<path d="M140,37 l38,-6" class="combo"/>
<rect rx="6" ry="6" x="126" y="24" width="28" height="26" class="combo"/>
<text x="140" y="37" class="combo tap"><tspan style="font-size: 67%">&amp;soft_off</tspan></text>
<rect rx="6" ry="6" x="98" y="29" width="28" height="26" class="combo"/>
<text x="112" y="42" class="combo tap"><tspan style="font-size: 67%">&amp;soft_off</tspan></text>
</g>
</g>
</g>
@@ -655,10 +658,12 @@ rect.held, rect.combo.held {
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
</g>
<g transform="translate(952, 49)" class="key none keypos-12">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<g transform="translate(952, 49)" class="key keypos-12">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">
<tspan x="0" dy="-0.6em" style="font-size: 86%">VOICE</tspan><tspan x="0" dy="1.2em" style="font-size: 86%">COMMAND</tspan>
</text>
</g>
<g transform="translate(28, 105)" class="key none keypos-13">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
@@ -921,25 +926,26 @@ rect.held, rect.combo.held {
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
</g>
<g transform="translate(140, 91)" class="key none keypos-15">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<g transform="translate(140, 91)" class="key keypos-15">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:mouse-right-click-outline" xlink:href="#mdi:mouse-right-click-outline" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:mouse-right-click-outline"/>
</g>
<g transform="translate(196, 84)" class="key none keypos-16">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<g transform="translate(196, 84)" class="key keypos-16">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:menu-up" xlink:href="#mdi:menu-up" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:menu-up"/>
<use href="#mdi:mouse" xlink:href="#mdi:mouse" x="-8" y="-24" height="15" width="15.0" class="key shifted glyph mdi:mouse"/>
</g>
<g transform="translate(252, 91)" class="key none keypos-17">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<g transform="translate(252, 91)" class="key keypos-17">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:mouse-left-click-outline" xlink:href="#mdi:mouse-left-click-outline" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:mouse-left-click-outline"/>
</g>
<g transform="translate(308, 97)" class="key keypos-18">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">F10</text>
<text x="0" y="-4" class="key tap">F11</text>
</g>
<g transform="translate(490, 97)" class="key trans keypos-19">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/>
@@ -996,25 +1002,28 @@ rect.held, rect.combo.held {
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
</g>
<g transform="translate(140, 147)" class="key none keypos-30">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<g transform="translate(140, 147)" class="key keypos-30">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:menu-left" xlink:href="#mdi:menu-left" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:menu-left"/>
<use href="#mdi:mouse" xlink:href="#mdi:mouse" x="-8" y="-24" height="15" width="15.0" class="key shifted glyph mdi:mouse"/>
</g>
<g transform="translate(196, 140)" class="key none keypos-31">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<g transform="translate(196, 140)" class="key keypos-31">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:menu-down" xlink:href="#mdi:menu-down" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:menu-down"/>
<use href="#mdi:mouse" xlink:href="#mdi:mouse" x="-8" y="-24" height="15" width="15.0" class="key shifted glyph mdi:mouse"/>
</g>
<g transform="translate(252, 147)" class="key none keypos-32">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key none"/>
<use href="#mdi:minus-circle-outline" xlink:href="#mdi:minus-circle-outline" x="-9" y="-13" height="18" width="18.0" class="key none tap glyph mdi:minus-circle-outline"/>
<g transform="translate(252, 147)" class="key keypos-32">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:menu-right" xlink:href="#mdi:menu-right" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:menu-right"/>
<use href="#mdi:mouse" xlink:href="#mdi:mouse" x="-8" y="-24" height="15" width="15.0" class="key shifted glyph mdi:mouse"/>
</g>
<g transform="translate(308, 153)" class="key keypos-33">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<text x="0" y="-4" class="key tap">F11</text>
<text x="0" y="-4" class="key tap">F12</text>
</g>
<g transform="translate(378, 153)" class="key none keypos-34">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key none side"/>
@@ -1074,15 +1083,15 @@ rect.held, rect.combo.held {
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/>
<use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/>
</g>
<g transform="translate(632, 224) rotate(-24.0)" class="key trans keypos-45">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/>
<use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/>
<g transform="translate(632, 224) rotate(-24.0)" class="key keypos-45">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:mouse-left-click-outline" xlink:href="#mdi:mouse-left-click-outline" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:mouse-left-click-outline"/>
</g>
<g transform="translate(695, 209) rotate(-12.0)" class="key trans keypos-46">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key trans"/>
<use href="#mdi:transfer" xlink:href="#mdi:transfer" x="-9" y="-13" height="18" width="18.0" class="key trans tap glyph mdi:transfer"/>
<g transform="translate(695, 209) rotate(-12.0)" class="key keypos-46">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key side"/>
<rect rx="4" ry="4" x="-20" y="-24" width="40" height="40" class="key"/>
<use href="#mdi:mouse-right-click-outline" xlink:href="#mdi:mouse-right-click-outline" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:mouse-right-click-outline"/>
</g>
<g transform="translate(756, 203)" class="key trans keypos-47">
<rect rx="6" ry="6" x="-26" y="-26" width="52" height="52" class="key trans side"/>

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 97 KiB

+14 -14
View File
@@ -27,7 +27,7 @@ layers:
- J
- K
- L
- {t: ;, s: ':'}
- {t: ;, h: '$$mdi:apple-keyboard-shift$$', s: ':'}
- {t: '''', s: '"'}
- $$mdi:apple-keyboard-shift$$
- Z
@@ -47,7 +47,7 @@ layers:
- {t: '$$mdi:keyboard-esc$$', h: Fn}
- $$mdi:keyboard-space$$
- Symbols
- Nums
- {t: 'Ctl+$$mdi:keyboard-space$$', h: Nums}
- $$mdi:apple-keyboard-option$$
Symbols:
- {t: '$$mdi:minus-circle-outline$$', type: none}
@@ -62,7 +62,7 @@ layers:
- '%'
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- VOICE COMMAND
- {t: '$$mdi:minus-circle-outline$$', type: none}
- ^
- $
@@ -114,10 +114,10 @@ layers:
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- F10
- $$mdi:mouse-right-click-outline$$
- {t: '$$mdi:menu-up$$', s: '$$mdi:mouse$$'}
- $$mdi:mouse-left-click-outline$$
- F11
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans}
@@ -129,10 +129,10 @@ layers:
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:minus-circle-outline$$', type: none}
- F11
- {t: '$$mdi:menu-left$$', s: '$$mdi:mouse$$'}
- {t: '$$mdi:menu-down$$', s: '$$mdi:mouse$$'}
- {t: '$$mdi:menu-right$$', s: '$$mdi:mouse$$'}
- F12
- {t: '$$mdi:minus-circle-outline$$', type: none}
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:minus-circle-outline$$', type: none}
@@ -144,8 +144,8 @@ layers:
- {t: '$$mdi:transfer$$', type: trans}
- {type: held}
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans}
- {t: '$$mdi:transfer$$', type: trans}
- $$mdi:mouse-left-click-outline$$
- $$mdi:mouse-right-click-outline$$
- {t: '$$mdi:transfer$$', type: trans}
Nums:
- {t: '$$mdi:minus-circle-outline$$', type: none}
@@ -258,6 +258,6 @@ combos:
- p: [37, 38]
k: {t: '$$mdi:keyboard-return$$', type: enter}
l: [Base]
- p: [1, 2, 3]
- p: [1, 2]
k: '&soft_off'
l: [Base]