Skip to content

Commit

Permalink
update README and *.condf
Browse files Browse the repository at this point in the history
  • Loading branch information
aroum committed Oct 20, 2022
1 parent 0a364a8 commit cd1a597
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ZMK config for corne-like keyboard with dongle

The config allows you to use 3 n!n, one for the dongle, one for the left half, one for the right half. Using a dongle allows you to significantly increase the time of the keyboard, but at the same time you can not switch between different devices as with bluetooth. More details on the [slicemk page](https://www.slicemk.com/pages/split-dongle).
The config allows you to use 3 n!n, one for the dongle, one for the left half, one for the right half. Using a dongle significantly increases battery life.. More details on the [slicemk page](https://www.slicemk.com/pages/split-dongle).

Config contains [Watchman's layout](https://github.com/aroum/Watchman-layouts).

Expand Down
2 changes: 1 addition & 1 deletion config/boards/shields/enki42/enki42.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CONFIG_WS2812_STRIP=n
CONFIG_ZMK_DISPLAY=n

CONFIG_ZMK_SLEEP=y
# CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000
CONFIG_ZMK_EXT_POWER=y

Expand Down
7 changes: 6 additions & 1 deletion config/boards/shields/enki42/enki42_dongle.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
CONFIG_ZMK_SPLIT_BLE_CENTRAL_PERIPHERALS=2
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
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
4 changes: 4 additions & 0 deletions config/boards/shields/enki42/enki42_left.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# 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
4 changes: 4 additions & 0 deletions config/boards/shields/enki42/enki42_right.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# 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 cd1a597

Please sign in to comment.