mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2026-03-10 18:55:04 +00:00
Add choice to Build Inputs workflow for alternative layout options
Add Test Inputs workflow with all text fields for matrix builds
This commit is contained in:
29
.github/workflows/build-inputs.yml
vendored
29
.github/workflows/build-inputs.yml
vendored
@@ -1,4 +1,4 @@
|
||||
# Copyright 2021 Manna Harbour
|
||||
# Copyright 2022 Manna Harbour
|
||||
# https://github.com/manna-harbour/miryoku
|
||||
|
||||
name: 'Build Inputs'
|
||||
@@ -16,18 +16,45 @@ on:
|
||||
description: 'alphas'
|
||||
required: false
|
||||
default: 'default'
|
||||
type: choice
|
||||
options:
|
||||
- "default"
|
||||
- "AZERTY"
|
||||
- "BEAKL15"
|
||||
- "Colemak"
|
||||
- "ColemakDHK"
|
||||
- "Dvorak"
|
||||
- "Halmak"
|
||||
- "QWERTY"
|
||||
- "QWERTZ"
|
||||
- "Workman"
|
||||
nav:
|
||||
description: 'nav'
|
||||
required: false
|
||||
default: 'default'
|
||||
type: choice
|
||||
options:
|
||||
- "default"
|
||||
- "invertedT"
|
||||
- "vi"
|
||||
clipboard:
|
||||
description: 'clipboard'
|
||||
required: false
|
||||
default: 'default'
|
||||
type: choice
|
||||
options:
|
||||
- "default"
|
||||
- "fun"
|
||||
- "Mac"
|
||||
- "Win"
|
||||
layers:
|
||||
description: 'layers'
|
||||
required: false
|
||||
default: 'default'
|
||||
type: choice
|
||||
options:
|
||||
- "default"
|
||||
- "flip"
|
||||
mapping:
|
||||
description: 'mapping'
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user