Skip to content

Commit ae868fa

Browse files
Actually add zmk support and fix building, add an additional flash file to reset device settings
1 parent 0a40222 commit ae868fa

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

build.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,21 @@
1717
# cmake-args: -DCONFIG_ZMK_STUDIO=y
1818
# artifact-name: corne_left_with_studio
1919
#
20+
#
21+
# ---
22+
# include:
23+
# - board: nice_nano_v2
24+
# shield: sofle_left
25+
# - board: nice_nano_v2
26+
# shield: sofle_right
27+
2028
---
2129
include:
2230
- board: nice_nano_v2
2331
shield: sofle_left
32+
snippet: studio-rpc-usb-uart
33+
cmake-args: -DCONFIG_ZMK_STUDIO=y
2434
- board: nice_nano_v2
2535
shield: sofle_right
36+
- board: nice_nano_v2
37+
shield: settings_reset

config/sofle.conf

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
2121

2222
CONFIG_ZMK_SLEEP=y
2323
CONFIG_ZMK_IDLE_TIMEOUT=30000
24-
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=30000
24+
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=60000
2525

26+
CONFIG_ZMK_STUDIO=y
2627
CONFIG_ZMK_STUDIO_LOCKING=y
27-
CONFIG_ZMK_STUDIO_LOCK_ON_DISCONNECT=y
28+
CONFIG_ZMK_STUDIO_LOCK_ON_DISCONNECT=y
29+
30+
CONFIG_BT_CTLR_TX_PWR_PLUS_8=y
31+
CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y
32+
CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y

0 commit comments

Comments
 (0)