generated from zmkfirmware/unified-zmk-config-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ben Kirton
committed
Jan 10, 2025
1 parent
793b8a5
commit 5ab6ed3
Showing
3 changed files
with
32 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
# Uncomment to enable encoder | ||
# CONFIG_EC11=y | ||
# CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y | ||
# Uncomment the following line to enable deep sleep | ||
# CONFIG_ZMK_SLEEP=y | ||
|
||
# Uncomment the following line to enable the Lily58 OLED Display | ||
CONFIG_ZMK_DISPLAY=y | ||
# Uncomment the following line to increase the keyboard's wireless range | ||
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y | ||
|
||
# Enable eager debouncing | ||
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=1 | ||
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=10 | ||
|
||
# Enable ZMK Studio for Realtime Keymap Updates | ||
CONFIG_ZMK_STUDIO=y | ||
CONFIG_ZMK_STUDIO_LOCKING=n | ||
|
||
# Uncomment the following line to enable USB Logging (this increases power usage by a significant amount, turn it off when not in use) | ||
# CONFIG_ZMK_USB_LOGGING=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
manifest: | ||
remotes: | ||
- name: zmkfirmware | ||
url-base: https://github.com/zmkfirmware | ||
# Additional modules containing boards/shields/custom code can be listed here as well | ||
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects | ||
projects: | ||
- name: zmk | ||
remote: zmkfirmware | ||
revision: main | ||
import: app/west.yml | ||
self: | ||
path: config | ||
remotes: | ||
- name: zmkfirmware | ||
url-base: https://github.com/zmkfirmware | ||
# Additional modules containing boards/shields/custom code can be listed here as well | ||
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects | ||
projects: | ||
- name: zmk | ||
remote: zmkfirmware | ||
revision: main | ||
import: app/west.yml | ||
self: | ||
path: config |