diff --git a/.github/workflows/build-example-corneish_zen-custom.yml b/.github/workflows/build-example-corneish_zen-custom.yml index 39e997c..a0bd2a4 100644 --- a/.github/workflows/build-example-corneish_zen-custom.yml +++ b/.github/workflows/build-example-corneish_zen-custom.yml @@ -14,4 +14,4 @@ jobs: ]' custom_config: '["#define MIRYOKU_KLUDGE_MOUSEKEYSPR"]' kconfig: '["CONFIG_ZMK_DISPLAY_HIDE_MOMENTARY_LAYERS=y\nCONFIG_CUSTOM_WIDGET_LAYER_STATUS_HIDE_HEADING=y\nCONFIG_CUSTOM_WIDGET_LOGO_IMAGE_MIRYOKU=y\nCONFIG_IL0323_INVERT=y\nCONFIG_ZMK_MOUSE=y"]' - branches: '["zmkfirmware/zmk/main caksoylar/zmk/caksoylar/zen-v1+v2 ftc/zmk/mouse-ftc"]' + branches: '["zmkfirmware/zmk/main caksoylar/zmk/caksoylar/zen-v1+v2 urob/zmk/mouse-3.2"]' diff --git a/.github/workflows/build-example-mousekeyspr.yml b/.github/workflows/build-example-mousekeyspr.yml index 0ea3cfd..e6c8fcb 100644 --- a/.github/workflows/build-example-mousekeyspr.yml +++ b/.github/workflows/build-example-mousekeyspr.yml @@ -1,4 +1,4 @@ -# Copyright 2022 Manna Harbour +# Copyright 2023 Manna Harbour # https://github.com/manna-harbour/miryoku name: 'Build Example mousekeyspr' @@ -12,4 +12,4 @@ jobs: shield: '["corne_left"]' custom_config: '["#define MIRYOKU_KLUDGE_MOUSEKEYSPR"]' kconfig: '["CONFIG_ZMK_MOUSE=y"]' - branches: '["zmkfirmware/zmk/main ftc/zmk/mouse-ftc"]' + branches: '["zmkfirmware/zmk/main urob/zmk/mouse-3.2"]' diff --git a/readme.org b/readme.org index 8eac190..04b09d6 100644 --- a/readme.org +++ b/readme.org @@ -489,11 +489,11 @@ The Mouse and Button layers use [[https://en.wikipedia.org/wiki/Mouse_keys][mous Support for https://github.com/zmkfirmware/zmk/pull/778 is also included. -As the PR branch is not being maintained, use https://github.com/ftc/zmk/tree/mouse-ftc instead. +As the PR branch is not being maintained, use https://github.com/urob/zmk/tree/mouse-3.2 instead. To build, add ~#define MIRYOKU_KLUDGE_MOUSEKEYSPR~ to the [[#config-file][config file]], add ~CONFIG_ZMK_MOUSE=y~ to the [[#kconfig-configuration][Kconfig configuration]], and merge the mousekeys branch. -For [[#workflow-builds][workflow builds]] using the [[#build-inputs][Build Inputs]] workflow, use ~#define MIRYOKU_KLUDGE_MOUSEKEYSPR~ with the ~custom_config~ option, ~CONFIG_ZMK_MOUSE=y~ with the ~kconfig~ option, and ~zmkfirmware/zmk/main ftc/zmk/mouse-ftc~ with the ~branches~ option. For workflow builds using [[#build-examples][Build Example]] workflows, see the [[.github/workflows/build-example-mousekeyspr.yml][Build Example mousekeyspr]] workflow. +For [[#workflow-builds][workflow builds]] using the [[#build-inputs][Build Inputs]] workflow, use ~#define MIRYOKU_KLUDGE_MOUSEKEYSPR~ with the ~custom_config~ option, ~CONFIG_ZMK_MOUSE=y~ with the ~kconfig~ option, and ~zmkfirmware/zmk/main urob/zmk/mouse-3.2~ with the ~branches~ option. For workflow builds using [[#build-examples][Build Example]] workflows, see the [[.github/workflows/build-example-mousekeyspr.yml][Build Example mousekeyspr]] workflow. For local builds, make the changes locally.