Skip to content

Commit

Permalink
testing sleep settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mkonji008 committed Oct 29, 2024
1 parent a51042c commit 45e209b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 23 deletions.
2 changes: 2 additions & 0 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ include:
shield: cornesque_right
- board: nice_nano_v2
shield: cornesque_dongle
- board: nice_nano_v2
shield: settings_reset
16 changes: 7 additions & 9 deletions config/boards/shields/cornesque/cornesque.conf
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Uncomment the following lines to enable the Corne RGB Underglow
CONFIG_ZMK_RGB_UNDERGLOW=n
CONFIG_WS2812_STRIP=n
#CONFIG_ZMK_RGB_UNDERGLOW=y
#CONFIG_WS2812_STRIP=y

# Uncomment the following line to enable the Corne OLED Display
CONFIG_ZMK_DISPLAY=n
#CONFIG_ZMK_DISPLAY=y

CONFIG_ZMK_SLEEP=y
CONFIG_PM_DEVICE=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
CONFIG_ZMK_EXT_POWER=y
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y

CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y

CONFIG_ZMK_KEYBOARD_NAME="Cornesque"

CONFIG_BT_CTLR_TX_PWR_PLUS_8=n
4 changes: 2 additions & 2 deletions config/boards/shields/cornesque/cornesque_dongle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

CONFIG_ZMK_SLEEP=n
# CONFIG_PM_DEVICE=n
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
CONFIG_ZMK_EXT_POWER=y
#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
#CONFIG_ZMK_EXT_POWER=y
6 changes: 0 additions & 6 deletions config/boards/shields/cornesque/cornesque_left.conf
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
CONFIG_ZMK_SLEEP=y
CONFIG_PM_DEVICE=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
CONFIG_ZMK_EXT_POWER=y
6 changes: 0 additions & 6 deletions config/boards/shields/cornesque/cornesque_right.conf
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
CONFIG_ZMK_SLEEP=y
CONFIG_PM_DEVICE=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
CONFIG_ZMK_EXT_POWER=y

0 comments on commit 45e209b

Please sign in to comment.