summaryrefslogtreecommitdiff
path: root/app/src/behaviors/behavior_ext_power.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/behaviors/behavior_ext_power.c')
-rw-r--r--app/src/behaviors/behavior_ext_power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/behaviors/behavior_ext_power.c b/app/src/behaviors/behavior_ext_power.c
index dbc6fd9..18520f7 100644
--- a/app/src/behaviors/behavior_ext_power.c
+++ b/app/src/behaviors/behavior_ext_power.c
@@ -43,7 +43,7 @@ static int on_keymap_binding_pressed(struct zmk_behavior_binding *binding,
static int on_keymap_binding_released(struct zmk_behavior_binding *binding,
struct zmk_behavior_binding_event event) {
- return 0;
+ return ZMK_BEHAVIOR_OPAQUE;
}
static int behavior_ext_power_init(const struct device *dev) { return 0; };