Skip to content

Commit

Permalink
Update draw-keymaps workflow and cradio.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi committed Nov 21, 2023
1 parent 43cb735 commit 0871135
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draw-keymaps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: write
with:
# commit_message: "[Draw] ${{ github.event.head_commit.message }}"
amend_commit: true
# amend_commit: true
keymap_patterns: "config/*.keymap"
config_path: "keymap-drawer/config.yaml"
output_folder: "keymap-drawer"
Expand Down
12 changes: 8 additions & 4 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
#define GER 5
#define MSE 6

#define KEYS_L 0 1 2 3 4 10 11 12 13 14 20 21 22 23 24 // left hand
#define KEYS_R 5 6 7 8 9 15 16 17 18 19 25 26 27 28 29 // right hand
#define THUMBS 30 31 32 33 // thumbs

#include "combos.dtsi"

&caps_word {
Expand Down Expand Up @@ -602,10 +606,10 @@

base_layer {
bindings = <
&kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp DE_Y &td_sqt_dqt
&hml LGUI A &hml LALT R &hml LCTRL S &hml LSHIFT T &kp G &kp M &hmr RSHFT N &hmr LCTRL E &hmr LALT I &hmr LGUI O
&kp DE_Z &kp X &kp C &lt 6 D &kp V &kp K &kp H &kp DE_COMMA &kp DE_DOT &qexcl
&mo 1 &mt_td_scw LSHFT 0 &lt 3 SPACE &mo 2
&kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp DE_Y &td_sqt_dqt
&hml LGUI A &hml LALT R &hml LCTRL S &hml LSHIFT T &kp G &kp M &hmr RSHFT N &hmr LCTRL E &hmr LALT I &hmr LGUI O
&kp DE_Z &kp X &kp C &lt 6 D &kp V &kp K &kp H &kp DE_COMMA &kp DE_DOT &qexcl
&mo NAV &mt_td_scw LSHFT 0 &lt FUN SPACE &mo NUM
>;

label = "BSE";
Expand Down

0 comments on commit 0871135

Please sign in to comment.