mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
Update mousekeyspr branches
This commit is contained in:
parent
4ed51ef9fc
commit
3e62a5aad6
@ -8,10 +8,10 @@ jobs:
|
|||||||
uses: ./.github/workflows/main.yml
|
uses: ./.github/workflows/main.yml
|
||||||
with:
|
with:
|
||||||
board: '["nice_nano"]'
|
board: '["nice_nano"]'
|
||||||
shield: '["corne_left","corne_right"]'
|
shield: '["corne_left"]'
|
||||||
cutom_config: '["#define MIRYOKU_KLUDGE_MOUSEKEYSPR"]'
|
cutom_config: '["#define MIRYOKU_KLUDGE_MOUSEKEYSPR"]'
|
||||||
kconfig: '["CONFIG_ZMK_MOUSE=y"]'
|
kconfig: '["CONFIG_ZMK_MOUSE=y"]'
|
||||||
branches: '[
|
branches: '[
|
||||||
"zmkfirmware/zmk/main krikun98/zmk/mouse-pr",
|
"zmkfirmware/zmk/main krikun98/zmk/mouse-pr",
|
||||||
"krikun98/zmk/mouse-pr"
|
"zmkfirmware/zmk/main ftc/zmk/mouse-ftc"
|
||||||
]'
|
]'
|
||||||
|
|||||||
@ -364,9 +364,9 @@ Add ~#define MIRYOKU_KLUDGE_MOUSEKEYSPR~ to the [[#config-file][config file]].
|
|||||||
|
|
||||||
Add ~CONFIG_ZMK_MOUSE=y~ to the [[#kconfig-configuration][Kconfig configuration]].
|
Add ~CONFIG_ZMK_MOUSE=y~ to the [[#kconfig-configuration][Kconfig configuration]].
|
||||||
|
|
||||||
Merge or build from the mousekeys PR branch.
|
Merge the mousekeys PR branch.
|
||||||
|
|
||||||
For [[#workflow-builds][workflow builds]], the [[#build-inputs][Build Inputs]] workflow can be used, or for [[#build-examples][Build Example]] workflows see the [[.github/workflows/build-example-mousekeyspr.yml][Build Example mousekeyspr]] workflow. To specify the mousekeys PR [[#branches][branch]] use ~krikun98/zmk/mouse-pr~. If the PR hasn't been rebased recently the automatic merge may fail. In that case build directly from the branch or merge manually.
|
For [[#workflow-builds][workflow builds]], the [[#build-inputs][Build Inputs]] workflow can be used. To specify the mousekeys PR [[#branches][branch]] use ~krikun98/zmk/mouse-pr~. For [[#build-examples][Build Example]] workflows see the [[.github/workflows/build-example-mousekeyspr.yml][Build Example mousekeyspr]] workflow. The Build Example workflow also includes suggested branches for when the mousekeys PR branch is out of date. If it is too far out of date it will need to be merged manually.
|
||||||
|
|
||||||
For local builds, make the changes locally.
|
For local builds, make the changes locally.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user