Skip to content

Commit

Permalink
Enable ZMK studio
Browse files Browse the repository at this point in the history
  • Loading branch information
englmaxi committed Sep 12, 2024
1 parent 03a4f74 commit 1716ce6
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 7 deletions.
3 changes: 3 additions & 0 deletions boards/shields/akohekohe/akohekohe.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
# sleep timeout to 30 min
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000

# studio
CONFIG_ZMK_STUDIO=y
5 changes: 4 additions & 1 deletion boards/shields/rommana/rommana_dongle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=7
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_IDLE_TIMEOUT=60000
CONFIG_BT_BAS=n
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y

# studio
CONFIG_ZMK_STUDIO=y
5 changes: 4 additions & 1 deletion boards/shields/rommana/rommana_left.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=7

# battery reporting
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y

# studio
CONFIG_ZMK_STUDIO=y
5 changes: 4 additions & 1 deletion boards/shields/sweep/sweep_dongle.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=7
CONFIG_ZMK_DISPLAY=y
CONFIG_ZMK_IDLE_TIMEOUT=60000
CONFIG_BT_BAS=n
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y

# studio
CONFIG_ZMK_STUDIO=y
5 changes: 4 additions & 1 deletion boards/shields/sweep/sweep_left.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ CONFIG_ZMK_COMBO_MAX_COMBOS_PER_KEY=7

# battery reporting
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y

# studio
CONFIG_ZMK_STUDIO=y
12 changes: 9 additions & 3 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,23 @@ include:
# akohekohe
- board: seeeduino_xiao_ble
shield: akohekohe rgbled_adapter
snippet: studio-rpc-usb-uart
artifact-name: akohekohe

- board: seeeduino_xiao_ble
shield: akohekohe rgbled_adapter
snippet: zmk-usb-logging
snippet: zmk-usb-logging studio-rpc-usb-uart
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
artifact-name: akohekohe_with_logging

# rommana
- board: seeeduino_xiao_ble
shield: rommana_dongle dongle_display
snippet: studio-rpc-usb-uart
artifact-name: rommana_central_dongle
- board: seeeduino_xiao_ble
shield: rommana_left rgbled_adapter
snippet: studio-rpc-usb-uart
artifact-name: rommana_central_left
- board: seeeduino_xiao_ble
shield: rommana_left rgbled_adapter
Expand All @@ -28,16 +32,18 @@ include:

- board: seeeduino_xiao_ble
shield: rommana_dongle dongle_display
snippet: zmk-usb-logging
snippet: zmk-usb-logging studio-rpc-usb-uart
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
artifact-name: rommana_central_dongle_with_logging

# sweep
- board: seeeduino_xiao_ble
shield: sweep_dongle dongle_display
snippet: studio-rpc-usb-uart
artifact-name: sweep_central_dongle
- board: nice_nano_v2
shield: sweep_left led_indicator
snippet: studio-rpc-usb-uart
artifact-name: sweep_central_left
- board: nice_nano_v2
shield: sweep_left led_indicator
Expand All @@ -49,7 +55,7 @@ include:

- board: nice_nano_v2
shield: sweep_left led_indicator
snippet: zmk-usb-logging
snippet: zmk-usb-logging studio-rpc-usb-uart
cmake-args: -DCONFIG_LOG_PROCESS_THREAD_STARTUP_DELAY_MS=8000
artifact-name: sweep_central_left_with_logging

Expand Down

0 comments on commit 1716ce6

Please sign in to comment.