Skip to content

Commit

Permalink
gaming layer bird
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaSaadAbdo authored Dec 12, 2024
1 parent c83edf9 commit c1aeb54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/base30.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,9 @@
label = "WBIRD";
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
&kp LSHFT &kp E &kp W &kp F &kp U &kp K &kp Y &kp O &kp U &kp SQT
&kp LSHFT &kp Q &kp W &kp E &kp F &kp K &kp Y &kp O &kp U &kp SQT
&kp LCTRL &kp A &kp S &kp D &kp V &kp J &kp H &kp E &kp I &kp A
&kp V &kp F &kp U &kp D &kp COMMA &kp DOT
&kp Z &kp X &kp C &kp D &kp COMMA &kp DOT
// ╰─────────────┴─────────────┼─────────────┤ ├─────────────┼─────────────┴─────────────╯
&macro_navW &kp SPACE &skq LSHIFT &macro_symW
// ╰─────────────┴─────────────╯ ╰─────────────┴─────────────╯
Expand Down
7 changes: 4 additions & 3 deletions config/combos30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ COMBO(Z, &kp Z, 1 2, ALPHA_HD) // Z
COMBO(V, &kp V, 20 21, ALPHA_HD) // V

/* BIRD */
COMBO(BQ, &kp Q, 2 3, ALPHA_BIRD) // Q
COMBO(BZ, &kp Z, 20 21, ALPHA_BIRD) // Z
COMBO(BV, &kp V, 1 2, ALPHA_BIRD) // V
COMBO(BQ, &kp G, 21 22, ALPHA_BIRD) // Q
COMBO(BZ, &kp R, 20 21, ALPHA_BIRD) // Z
COMBO(BV, &kp N1, 1 2, ALPHA_BIRD) // V
COMBO(BV, &kp N2, 2 3, ALPHA_BIRD) // V

/* Brackets */
COMBO(left_bracket, &kp LBKT, 1 11, ALPHA_ALL)
Expand Down

0 comments on commit c1aeb54

Please sign in to comment.