Skip to content

Commit

Permalink
Move soft off feature to conf files
Browse files Browse the repository at this point in the history
  • Loading branch information
skarrmann committed Sep 25, 2024
1 parent fcd340c commit 0deb15a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
3 changes: 0 additions & 3 deletions config/boards/shields/horizon/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ if SHIELD_HORIZON
config ZMK_KEYBOARD_NAME
default "Horizon"

config ZMK_PM_SOFT_OFF
default y

endif
2 changes: 2 additions & 0 deletions config/boards/shields/horizon/horizon.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Power settings
CONFIG_ZMK_PM_SOFT_OFF=y
3 changes: 0 additions & 3 deletions config/boards/shields/morizon/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ if SHIELD_MORIZON
config ZMK_KEYBOARD_NAME
default "Morizon"

config ZMK_PM_SOFT_OFF
default y

endif
2 changes: 2 additions & 0 deletions config/boards/shields/morizon/morizon.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Power settings
CONFIG_ZMK_PM_SOFT_OFF=y
2 changes: 2 additions & 0 deletions config/horizon.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Power settings
CONFIG_ZMK_PM_SOFT_OFF=y
2 changes: 2 additions & 0 deletions config/morizon.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Power settings
CONFIG_ZMK_PM_SOFT_OFF=y

0 comments on commit 0deb15a

Please sign in to comment.