diff options
author | jakobst1n <jakob.stendahl@outlook.com> | 2023-12-16 16:08:40 +0100 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2023-12-16 16:08:40 +0100 |
commit | b868d243cf0a038095f6622dfd509ea9c3167b50 (patch) | |
tree | 1709fa625501a1fe977ebcdfefaf07e0a5116b61 /config/corne.conf | |
parent | a28160a193efd27679495c24d3582e151f9d3a14 (diff) | |
download | zmk-config-b868d243cf0a038095f6622dfd509ea9c3167b50.tar.gz zmk-config-b868d243cf0a038095f6622dfd509ea9c3167b50.zip |
Add corne
Diffstat (limited to 'config/corne.conf')
-rw-r--r-- | config/corne.conf | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/corne.conf b/config/corne.conf new file mode 100644 index 0000000..1748389 --- /dev/null +++ b/config/corne.conf @@ -0,0 +1,17 @@ +# Uncomment the following line to enable deep sleep +# CONFIG_ZMK_SLEEP=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=7 + +# 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 + +CONFIG_ZMK_RGB_UNDERGLOW=n +CONFIG_ZMK_DISPLAY=n + +CONFIG_ZMK_KEYBOARD_NAME="Jakobs Corne" |