Skip to content

Commit

Permalink
fix ep off combo
Browse files Browse the repository at this point in the history
  • Loading branch information
karnadii committed Oct 28, 2024
1 parent 5cd74e1 commit e0523b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards/arm/geulis/geulis.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
MORPH(home_rst, &kp HOME, &sys_reset)
MORPH(end_boot, &kp END, &bootloader)
};

combos {
compatible = "zmk,combos";

Expand Down Expand Up @@ -145,7 +145,7 @@
};

COMBO_POWER_OFF {
bindings = <&ext_power EP_ON>;
bindings = <&ext_power EP_OFF>;
key-positions = <11 32>;
// layers = <2 3>;
};
Expand Down

0 comments on commit e0523b0

Please sign in to comment.