Skip to content

Commit

Permalink
fix: KPD not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffDess committed Aug 6, 2024
1 parent 3aa5ce6 commit 1b9da33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behaviors/mod-morph.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ZMK_MOD_MORPH(comma_semi,

// tap: trema | shift + tap: grave
ZMK_MOD_MORPH(trem_gr,
bindings = <&KPD ACC_TR ERG>, <&KPD ACC_GR ERG>;
bindings = <&KPT ACC_TR ERG>, <&KPT ACC_GR ERG>;
mods = <(MOD_LSFT|MOD_RSFT)>;
)

Expand Down

0 comments on commit 1b9da33

Please sign in to comment.