Skip to content

Commit

Permalink
okok
Browse files Browse the repository at this point in the history
  • Loading branch information
volard committed Feb 15, 2025
1 parent 6e9b278 commit d6415f5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
4 changes: 2 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
include:
- board: nice_nano_v2
shield: corne_left
snippet: studio-rpc-usb-uart
cmake-args: -DCONFIG_ZMK_STUDIO=y
#snippet: studio-rpc-usb-uart
#cmake-args: -DCONFIG_ZMK_STUDIO=y
#artifact-name: corne_left_with_studio
- board: nice_nano_v2
shield: corne_right
Expand Down
31 changes: 21 additions & 10 deletions config/corne.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -119,23 +119,34 @@
};
};

behaviors {
hm: homerow_mods {
compatible = "zmk,behavior-hold-tap";
#binding-cells = <2>;
tapping-term-ms = <200>;
quick-tap-ms = <0>;
flavor = "tap-preferred";
bindings = <&kp>, <&kp>;
};
};



keymap {
compatible = "zmk,keymap";

default_layer { // 0th
bindings = <
//┌──────────────┬────────┬────────┬────────┬────────┬────────┐ ┌────────┬────────┬────────┬────────┬────────┬────────
&gresc &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSPC
//├──────────────┼────────┼────────┼────────┼────────┼────────┤ ├────────┼────────┼────────┼────────┼────────────────┤
&mt LSHIFT TAB &kp A &kp S &kp D &mt LSHFT F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
//├──────────────┼────────┼────────┼────────┼────────┼────────┤ ├────────┼────────┼────────┼────────┼────────────────┤
&kp LCTRL &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &swlm
//└──────────────┴────────┴────────┴────────┴────────┴────────┘ └────────┴────────┴────────┴────────┴────────────────┘
// ┌────────┬────────┬────────┐ ┌────────┬────────┬────────┐
&kp LGUI &mo 1 &kp SPACE &kp RET &mo 2 &kp LALT
// └────────┴────────┴────────┘ └────────┴────────┴────────┘
//┌──────────────┬────────────┬────────────┬────────────┬──────────┬────────┐ ┌────────────┬──────────────┬───────────────┬───────────────┬────────────────┬─────────────────┐
&gresc &kp Q &kp W &kp E &kp R &kp T &kp Y &kp U &kp I &kp O &kp P &kp BSPC
//├──────────────┼────────────┼────────────┼────────────┼──────────┼────────┤ ├────────────┼──────────────┼───────────────┼───────────────┼────────────────┼─────────────────┤
&mt LSHIFT TAB &hm LCTRL A &hm LGUI S &hm LALT D &hm LSHIFT F &kp G &kp H &kp J &kp K &kp L &kp SEMI &kp SQT
//├──────────────┼────────────┼────────────┼────────────┼──────────┼────────┤ ├────────────┼──────────────┼───────────────┼───────────────┼────────────────┼─────────────────┤
&kp LCTRL &kp Z &kp X &kp C &kp V &kp B &kp N &kp M &kp COMMA &kp DOT &kp FSLH &swlm
//└──────────────┴────────────┴────────────┴────────────┴──────────┴────────┘ └────────────┴──────────────┴───────────────┴───────────────┴────────────────┴─────────────────┘
// ┌────────┬────────┬────────┐ ┌────────┬────────┬────────┐
&kp LGUI &mo 1 &kp SPACE &kp RET &mo 2 &kp LALT
// └────────┴────────┴────────┘ └────────┴────────┴────────┘
>;
};

Expand Down

0 comments on commit d6415f5

Please sign in to comment.