summaryrefslogtreecommitdiff
path: root/config/bt60_v2.conf
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2023-11-29 21:40:14 +0100
committerjakobst1n <jakob.stendahl@outlook.com>2023-11-29 21:45:59 +0100
commit1ff6afebd619213e30acc3b167b44ddfe01fd6f1 (patch)
treee56cd7f743957cdff0dd6422f372fc53531e5ffa /config/bt60_v2.conf
parenta553e2e81a673aeb10bd34d2aca06fd19714137d (diff)
downloadzmk-config-1ff6afebd619213e30acc3b167b44ddfe01fd6f1.tar.gz
zmk-config-1ff6afebd619213e30acc3b167b44ddfe01fd6f1.zip
Move keymap from main zmk source to separate zmk-config repo.
Basically adhere to the "new way of doing things". Also, since I made the keymap the first time, the ckp boards has made it into the core zmk repo. So it is a hassle to compile without changing things in the source now.
Diffstat (limited to 'config/bt60_v2.conf')
-rw-r--r--config/bt60_v2.conf45
1 files changed, 44 insertions, 1 deletions
diff --git a/config/bt60_v2.conf b/config/bt60_v2.conf
index 9cbbd04..47cf014 100644
--- a/config/bt60_v2.conf
+++ b/config/bt60_v2.conf
@@ -1 +1,44 @@
-# Put configuration options here
+# SPDX-License-Identifier: MIT
+
+CONFIG_SOC_SERIES_NRF52X=y
+CONFIG_SOC_NRF52840_QIAA=y
+CONFIG_BOARD_BT60_V2=y
+
+# Enable MPU
+CONFIG_ARM_MPU=y
+
+# enable GPIO
+CONFIG_GPIO=y
+
+# encoder
+CONFIG_EC11=y
+CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
+
+CONFIG_USE_DT_CODE_PARTITION=y
+
+CONFIG_MPU_ALLOW_FLASH_WRITE=y
+CONFIG_NVS=y
+CONFIG_SETTINGS_NVS=y
+CONFIG_FLASH=y
+CONFIG_FLASH_PAGE_LAYOUT=y
+CONFIG_FLASH_MAP=y
+
+CONFIG_ZMK_RGB_UNDERGLOW=n
+CONFIG_ZMK_RGB_UNDERGLOW_EXT_POWER=n
+CONFIG_ZMK_RGB_UNDERGLOW_ON_START=n
+CONFIG_ZMK_RGB_UNDERGLOW_HUE_START=262
+# Use the STRIP config specific to the LEDs you're using
+CONFIG_WS2812_STRIP=y
+CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
+CONFIG_PWM=y
+CONFIG_LED_PWM=y
+CONFIG_ZMK_BACKLIGHT=y
+CONFIG_ZMK_BACKLIGHT_AUTO_OFF_IDLE=y
+CONFIG_ZMK_BACKLIGHT_AUTO_OFF_USB=n
+CONFIG_BUILD_OUTPUT_UF2=y
+
+# Idle timeout
+CONFIG_ZMK_IDLE_TIMEOUT=30000
+# Deep sleep
+CONFIG_ZMK_SLEEP=y
+CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000