Skip to content

Commit

Permalink
update keymap names for svg
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Nov 5, 2024
1 parent 4a6b25d commit a7ae635
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/draw_keymaps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,18 @@ jobs:
"&VSplit": "VSPLIT",
"&caps_word": "CAPS WORD",
"&td_bore": "L_BASE L_EXTRA",
"&tdtb": "SCROLL TRACKBALL",
"&tdtb2": "SCROLL SNIPE",
"&tdmt": "L1/BS LCLICK",
"&tdbt": "L2/ESC RCLICK"
"&tdbt": "L2/ESC RCLICK",
"&td_layers": "L_BASE L_PHOTO L_GAME",
"&td_cursor": "SCRL SLOW",
"&shrug": "SHRUG",
"&lgtm": "LGTM",
"&gcm": "GIT COMMIT",
"&clip_hist": "CLIP HIST",
"&shit": "SHIT SUDO",
"&new_dir": "NEW DIR",
"&py_iter": "PYTHON LOOP",
"&js_iter": "JS LOOP"
}
run: |
get_args() {
Expand Down
10 changes: 5 additions & 5 deletions config/charybdis.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#define PHOTOS 5
#define EXTRAS 6
#define MOUSE 7
#define SLOW 8
#define SCROLL 9
// #define SLOW 8
// #define SCROLL 9

/ {
chosen { zmk,matrix_transform = &default_transform; };
Expand Down Expand Up @@ -194,7 +194,7 @@
bindings = <
&none &none &none &none &none &none &none &kp LS(LC(H)) &kp LS(LC(J)) &kp LS(LC(K)) &kp LS(LC(L)) &none
&trans &trans &trans &trans &trans &trans &VSplit &kp LEFT_ARROW &kp DOWN &kp UP &kp RIGHT_ARROW &none
&trans &none &none &none &none &none &HSplit &kp HOME &kp PG_DN &kp PG_UP &kp END &trans
&none &none &none &none &trans &none &HSplit &kp HOME &kp PG_DN &kp PG_UP &kp END &none
&none &none &trans &trans &trans
>;
};
Expand Down Expand Up @@ -229,7 +229,7 @@
EXTRAS {
bindings = <
&kp C_SLEEP &shrug &lgtm &gcm &none &kp C_BRIGHTNESS_INC &bt BT_SEL 0 &bt BT_SEL 1 &bt BT_SEL 2 &bt BT_SEL 3 &bt BT_CLR &kp C_AL_COFFEE
&kp C_POWER &shit &py_iter &js_iter &find &kp C_BRIGHTNESS_DEC &out OUT_TOG &kp C_PREVIOUS &kp C_PLAY_PAUSE &kp C_STOP &kp C_NEXT &none
&kp C_POWER &shit &py_iter &js_iter &none &kp C_BRIGHTNESS_DEC &out OUT_TOG &kp C_PREVIOUS &kp C_PLAY_PAUSE &kp C_STOP &kp C_NEXT &none
&bootloader &none &none &none &none &clip_hist &new_dir &kp C_VOLUME_DOWN &kp C_VOLUME_UP &kp K_MUTE &kp PRINTSCREEN &bootloader
&none &none &none &none &none
>;
Expand All @@ -239,7 +239,7 @@
bindings = <
&none &msc MOVE_LEFT &msc MOVE_UP &mmv MOVE_UP &msc MOVE_DOWN &msc MOVE_RIGHT &none &none &none &none &none &none
&kp TAB &mkp MB4 &mmv MOVE_LEFT &mmv MOVE_DOWN &mmv MOVE_RIGHT &mkp MB5 &none &kp RIGHT_SHIFT &kp RCTRL &kp LEFT_ALT &kp LEFT_META &none
&trans &kp C_AC_UNDO &kp C_AC_CUT &kp C_AC_COPY &kp C_AC_PASTE &mkp MCLK &none &none &none &none &none &trans
&none &kp C_AC_UNDO &kp C_AC_CUT &kp C_AC_COPY &kp C_AC_PASTE &mkp MCLK &none &none &none &none &none &none
&trans &trans &trans &kp RETURN &trans
>;
};
Expand Down
12 changes: 1 addition & 11 deletions config/macros.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
, <&macro_release &kp LCTRL &kp LSHFT>
, <&macro_tap &kp N0 &kp N0 &kp A &kp F &kp SPC>
// \
, <&macro_tap &kp BSLH>
, <&macro_tap &kp BACKSLASH>
// _
, <&macro_tap &kp UNDER>
// (
Expand Down Expand Up @@ -196,16 +196,6 @@
;
};

find: find { // FIND
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
bindings
= <&macro_press &kp LCTRL>
, <&macro_tap &kp F>
, <&macro_release &kp LCTRL>
;
};

clip_hist: clip_hist { // CLIPBOARD_HISTORY
compatible = "zmk,behavior-macro";
#binding-cells = <0>;
Expand Down
1 change: 1 addition & 0 deletions keymap-drawer/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ parse_config:
LA(KP_N1): "REJECT"
LA(KP_N2): "PENDING"
LA(KP_N3): "ACCEPT"
F12: "DEV TOOLS"
zmk_combos: {}
zmk_preamble: "#define KEYMAP_DRAWER"
zmk_additional_includes: []

0 comments on commit a7ae635

Please sign in to comment.