ZMK Mouse and Suspend fixes cannot be merged using Github Actions #284
-
I used this action: name: "Run My Config"
on: workflow_dispatch
jobs:
build:
uses: ./.github/workflows/main.yml
secrets: inherit
with:
board: '["nice_nano_v2"]'
shield: '["corne_left","corne_right"]'
nav: '["invertedt"]'
layers: '["flip"]'
custom_config: '["#define MIRYOKU_KLUDGE_MOUSEKEYSPR","#define MIRYOKU_KLUDGE_SUSPEND"]'
branches: '["zmkfirmware/zmk/main caksoylar/zmk/feat/mouse-keys-3.2 manna-harbour/zmk/suspend-test"]' tried also with: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
It looks like the experimental suspend feature is no longer compatible with ZMK main. It will be replaced in Miryoku ZMK with support for the new Soft Off PR. You can still build with mouse keys but without suspend.
|
Beta Was this translation helpful? Give feedback.
-
@manna-harbour I just realised mousekeyspr PR is failing again |
Beta Was this translation helpful? Give feedback.
-
@manna-harbour mouse pr alone builds fine, how would I use both suspend and mouse PRs? |
Beta Was this translation helpful? Give feedback.
-
@manna-harbour hello, i can see soft off is already merged zmkfirmware/zmk#2085 |
Beta Was this translation helpful? Give feedback.
It looks like the experimental suspend feature is no longer compatible with ZMK main. It will be replaced in Miryoku ZMK with support for the new Soft Off PR. You can still build with mouse keys but without suspend.
custom_config: '["#define MIRYOKU_KLUDGE_MOUSEKEYSPR","#define MIRYOKU_KLUDGE_SUSPEND"]'
will run a matrix build, one build withMIRYOKU_KLUDGE_MOUSEKEYSPR
and one withMIRYOKU_KLUDGE_SUSPEND
.custom_config: '["#define MIRYOKU_KLUDGE_MOUSEKEYSPR\n#define MIRYOKU_KLUDGE_SUSPEND"]'
will enable both features simultaneously in the keymap.