Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi authored Sep 22, 2024
1 parent 2919e81 commit 948be63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions config/keymap/behaviors.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
bindings = <&kp>, <TAP>; \
hold-trigger-key-positions = <HT_KEYPOS THUMBS>; \
hold-trigger-on-release; \
display-name = "HRM DISPLAY_NAME"; \
display-name = "HRM " #DISPLAY_NAME; \
__VA_ARGS__ \
};

Expand All @@ -102,7 +102,7 @@
bindings = <TAP>, <SHIFTED>; \
mods = <(MOD_RSFT|MOD_LSFT)>; \
keep-mods = <(MOD_RSFT)>; \
display-name = "SM DISPLAY_NAME"; \
display-name = "SM " #DISPLAY_NAME; \
};

#define CM(NAME, DISPLAY_NAME, TAP, CONTROLED) \
Expand All @@ -111,7 +111,7 @@
#binding-cells = <0>; \
bindings = <TAP>, <CONTROLED>; \
mods = <(MOD_RCTL|MOD_LCTL)>; \
display-name = "CM DISPLAY_NAME"; \
display-name = "CM " #DISPLAY_NAME; \
};

#define GM(NAME, DISPLAY_NAME, TAP, GUIED) \
Expand All @@ -120,7 +120,7 @@
#binding-cells = <0>; \
bindings = <TAP>, <GUIED>; \
mods = <(MOD_RGUI|MOD_LGUI)>; \
display-name = "GM DISPLAY_NAME"; \
display-name = "GM " #DISPLAY_NAME; \
};

#define MASKED(NAME, DISPLAY_NAME, MODS, BINDING) \
Expand All @@ -129,7 +129,7 @@
#binding-cells = <0>; \
bindings = <BINDING>, <BINDING>; \
mods = <MODS>; \
display-name = "Masked DISPLAY_NAME"; \
display-name = "Masked " #DISPLAY_NAME; \
};

/ {
Expand Down Expand Up @@ -166,7 +166,7 @@
#binding-cells = <0>; \
tapping-term-ms = <200>; \
bindings = <TAP1>, <TAP2> __VA_OPT__(, <)__VA_ARGS__ __VA_OPT__(>); \
display-name = "TD DISPLAY_NAME"; \
display-name = "TD " #DISPLAY_NAME; \
};

/ {
Expand Down
2 changes: 1 addition & 1 deletion config/keymap/macros.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
= <& ## NAME ## _sym1_masked> \
, <& ## NAME ## _sym2_masked> \
, <&left_masked>; \
display-name = "Macro DISPLAY_NAME"; \
display-name = "Macro " #DISPLAY_NAME; \
)

/ {
Expand Down

0 comments on commit 948be63

Please sign in to comment.