mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-10 10:45:04 +00:00
Add suspend
This commit is contained in:
14
.github/workflows/build-example-suspend.yml
vendored
Normal file
14
.github/workflows/build-example-suspend.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright 2022 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
name: 'Build Example suspend'
|
||||
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_SUSPEND"]'
|
||||
branches: '["zmkfirmware/zmk/main manna-harbour/zmk/suspend-test"]'
|
||||
Reference in New Issue
Block a user