Skip to content

Commit

Permalink
fix(bt): Fix BT tests after soft off work.
Browse files Browse the repository at this point in the history
* Don't enable the soft off behavior on POSIX.
  • Loading branch information
petejohanson committed Dec 7, 2023
1 parent 251bc6d commit f111ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Kconfig.behaviors
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ config ZMK_BEHAVIOR_SOFT_OFF
bool
default y
select ZMK_PM_SOFT_OFF
depends on DT_HAS_ZMK_BEHAVIOR_SOFT_OFF_ENABLED
depends on DT_HAS_ZMK_BEHAVIOR_SOFT_OFF_ENABLED && !ARCH_POSIX

config ZMK_BEHAVIOR_SENSOR_ROTATE_COMMON
bool
Expand Down

0 comments on commit f111ff9

Please sign in to comment.