Skip to content

Commit

Permalink
feat:한영 전환 키 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
lazy-dinosaur committed May 3, 2024
1 parent 2ffc720 commit b2d7529
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/wowcorne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ ZMK_MACRO(win_sleep,
#define PIN_APP &kp LG(LC(LS(A))) // pin application across desktops
#define DSK_MGR &kp LA(GRAVE) // desktop manager
#define VOL_DOWN &hmr RSHFT C_VOL_DN
#define LANG_CANGE &kp LC(SPC)

/* Keymap */

Expand All @@ -248,9 +249,9 @@ ZMK_LAYER(base,
// ├──────────────┼──────────────┼──────────────┼──────────────┼──────────────┼──────────────┤ ├──────────────┼──────────────┼──────────────┼──────────────┼──────────────┼──────────────┤
ESCM &hml LGUI A &hml LALT S &hml LSHFT D &hml LCTRL F &kp G &kp H &hmr RCTRL J &hmr RSHFT K &hmr RALT L &hmr RGUI SEMI &kp SQT
// ├──────────────┼──────────────┼──────────────┼──────────────┼──────────────┼──────────────┤ ├──────────────┼──────────────┼──────────────┼──────────────┼──────────────┼──────────────┤
&kp LGUI &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &qexcl &mo FN
&kp LGUI &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &qexcl LANG_CANGE
// ╰──────────────┴──────────────┴──────────────┼──────────────┼──────────────┼──────────────┤ ├──────────────┼──────────────┼──────────────┼──────────────┴──────────────┴──────────────╯
&kp LSHFT &mo NAV &kp SPC &kp RET SMART_NUM &smart_shft
&kp LSHFT &mo NAV &lt FN SPC &kp RET SMART_NUM &smart_shft
// ╰──────────────┴──────────────┴──────────────╯ ╰──────────────┴──────────────┴──────────────╯
)

Expand Down Expand Up @@ -319,7 +320,7 @@ ZMK_LAYER(mouse,
// ╭──────────────┬──────────────┬──────────────┬──────────────┬──────────────┬──────────────╮ ╭──────────────┬──────────────┬──────────────┬──────────────┬──────────────┬──────────────╮
___ ___ MW_L MW_U MW_R ___ ___ ___ ___ ___ ___ ___
// ├──────────────┼──────────────┼──────────────┼──────────────┼──────────────┼──────────────┤ ├──────────────┼──────────────┼──────────────┼──────────────┼──────────────┼──────────────┤
CANCEL &sk LGUI &sk LALT &sk LCTRL &sk LSHFT ___ ___ ___ ___ ___ ___ ___
___ &sk LGUI &sk LALT &sk LCTRL &sk LSHFT ___ ___ ___ ___ ___ ___ ___
// ├──────────────┼──────────────┼──────────────┼──────────────┼──────────────┼──────────────┤ ├──────────────┼──────────────┼──────────────┼──────────────┼──────────────┼──────────────┤
___ ___ ___ MW_D ___ ___ ___ ___ ___ ___ ___ ___
// ╰──────────────┴──────────────┴──────────────┼──────────────┼──────────────┼──────────────┤ ├──────────────┼──────────────┼──────────────┼──────────────┴──────────────┴──────────────╯
Expand Down

0 comments on commit b2d7529

Please sign in to comment.