mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 01:48:46 +00:00
15 lines
392 B
YAML
15 lines
392 B
YAML
# Copyright 2024 Manna Harbour
|
|
# https://github.com/manna-harbour/miryoku
|
|
|
|
name: 'Build Example soft off'
|
|
on: workflow_dispatch
|
|
jobs:
|
|
build:
|
|
uses: ./.github/workflows/main.yml
|
|
secrets: inherit
|
|
with:
|
|
board: '["nice_nano"]'
|
|
shield: '["corne_left","corne_right"]'
|
|
custom_config: '["#define MIRYOKU_KLUDGE_SOFT_OFF"]'
|
|
kconfig: '["CONFIG_ZMK_PM_SOFT_OFF=y"]'
|