Skip to content

Commit

Permalink
Add combos for 36 key layout
Browse files Browse the repository at this point in the history
  • Loading branch information
allymparker committed Jan 12, 2025
1 parent d44824f commit 7753970
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base/base.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>
#include "layer_names.h"
#include "combos.h"
#include "kp_mac.h"
#include "kp_media.h"
#include "kp_jetbrains.h"
#include "combos.h"

#define _XX_ &none
#define ____ &trans
Expand Down
28 changes: 28 additions & 0 deletions base/combos.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,34 @@
layers=<0>;
};

combo_screenshot {
timeout-ms = <50>;
key-positions = <RM3 RM4>;
bindings = <&MC_PSC>;
layers=<0>;
};

combo_volup {
timeout-ms = <50>;
key-positions = <LT3 LT4>;
bindings = <&CVUP>;
layers=<0>;
};

combo_pp {
timeout-ms = <50>;
key-positions = <LM3 LM4>;
bindings = <&CPP>;
layers=<0>;
};

combo_voldown {
timeout-ms = <50>;
key-positions = <LB3 LB4>;
bindings = <&CVDN>;
layers=<0>;
};

combo_jetbrains {
timeout-ms = <50>;
key-positions = <LB1 RB1>;
Expand Down

0 comments on commit 7753970

Please sign in to comment.