Summary
Jobs
build
Fetch Build Keyboards
Build (seeeduino_xiao_ble, akohekohe rgbled_adapter, studio-rpc-usb-uart common-config, akohekohe)
Build (seeeduino_xiao_ble, akohekohe rgbled_adapter, zmk-usb-logging studio-rpc-usb-uart common-c...
Build (seeeduino_xiao_ble, rommana_dongle dongle_display, studio-rpc-usb-uart common-config, romm...
Build (seeeduino_xiao_ble, rommana_left rgbled_adapter, studio-rpc-usb-uart common-config, romman...
Build (seeeduino_xiao_ble, rommana_left rgbled_adapter, common-config, -DCONFIG_ZMK_SPLIT_ROLE_CE...
Build (seeeduino_xiao_ble, rommana_right rgbled_adapter, common-config, rommana_peripheral_right)
Build (seeeduino_xiao_ble, rommana_dongle dongle_display, zmk-usb-logging studio-rpc-usb-uart com...
Build (seeeduino_xiao_ble, sweep_dongle dongle_display, studio-rpc-usb-uart common-config, sweep_...
Build (nice_nano_v2, sweep_left led_indicator, studio-rpc-usb-uart common-config, sweep_central_l...
Build (nice_nano_v2, sweep_left led_indicator, common-config, -DCONFIG_ZMK_SPLIT_ROLE_CENTRAL=n, ...
Build (nice_nano_v2, sweep_right led_indicator, common-config, sweep_peripheral_right)
Build (nice_nano_v2, sweep_left led_indicator, zmk-usb-logging studio-rpc-usb-uart common-config,...
Build (seeeduino_xiao_ble, settings_reset)
Build (nice_nano_v2, settings_reset)
Merge Output Artifacts
Workflow file for this run
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
name: Build ZMK firmware
on:
workflow_dispatch:
pull_request:
push:
paths:
- "config/keymap/**"
- "config/*.conf"
- "config/*.keymap"
- "boards/**"
- "build.yaml"
schedule:
# At 04:00 on Monday
- cron: '0 4 * * 1'
jobs:
build:
uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main
You can’t perform that action at this time.