Skip to content

Commit

Permalink
add tab to nav layer for Cmd-Tab, arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Jan 15, 2025
1 parent b4e7dc6 commit ac1b709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions boards/shields/chuck/chuck.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
compatible = "alps,ec11";
a-gpios = <&xiao_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
b-gpios = <&xiao_d 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>;
steps = <80>;
steps = <48>;
status = "disabled";
};

sensors: sensors {
compatible = "zmk,keymap-sensors";
sensors = <&encoder>;
triggers-per-rotation = <20>;
triggers-per-rotation = <24>;
};
};

Expand Down
4 changes: 2 additions & 2 deletions boards/shields/chuck/one_up_chuck.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@
// ┗━━━━━━━━━━━━━━━━━━━━━━━━━┛
bindings = <
// ┏━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━┓ ┏━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━┓
// ┃ ` ┃ # ┃ % ┃ * ┃ ┃ CtrlL ┃ CtrlU ┃ ┃ Bkspc ┃
&kp GRAVE &kp HASH &kp PRCNT &kp STAR &kp LC(L) &kp LC(U) &none &kp BSPC
// ┃ ` ┃ # ┃ % ┃ * ┃ ┃ CtrlL ┃ CtrlU ┃ Tab ┃ Bkspc ┃
&kp GRAVE &kp HASH &kp PRCNT &kp STAR &kp LC(L) &kp LC(U) &kp TAB &kp BSPC
// ┣━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━┓ ┏━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━╋━━━━━━━┫
// ┃ ^ ┃ @ ┃ ! ┃ = ┃ $ ┃ ┃ Pg Up ┃ Left ┃ Up ┃ Right ┃ Del ┃
Sft CARET Ctl AT Opt EXCL Cmd EQUAL Alt DLLR Alt PG_UP Cmd LEFT Opt UP Ctl RIGHT &kp DEL
Expand Down

0 comments on commit ac1b709

Please sign in to comment.