#Building with PR 2027

1 messages · Page 1 of 1 (latest)

near urchin
#

Hi. I'm currently building my firmware using the build-user-config.yml workflow (https://github.com/zmkfirmware/zmk/blob/main/.github/workflows/build-user-config.yml), as per the instruction on the web site. What do I need to change in this workflow to be able to use ZMK PR #2027? (https://github.com/zmkfirmware/zmk/pull/2027)

GitHub

Continuation of the incremental integration of the great work from @krikun98 in #778 with the movement and scrolling pieces next. Based on the rebased work from @caksoylar and and the split acceler...

quiet shoal
#

!beta

solemn valeBOT
quiet shoal
#

This is documented here

near urchin
#

Perfect, thanks.

near urchin
#

Does anyone have a ZMK config with the mouse keys that I can have a look?

near urchin
void comet
#

[please link your repository](#help message)

near urchin
void comet
#

(Keep that warning about needing to refresh the HID descriptor in mind, if using BLE)

near urchin
#

Thanks! Rebuilding now...

#

It works! Thanks again.

near urchin
quiet shoal
#

That's indeed not valid

near urchin
quiet shoal
#

Check #pointing-devices message

#

MOVE_LEFT is already defined as e.g. MOVE_X(-600)

#

Notice you are also using MOVE_X there, not left

near urchin
#

Ah, got it. I switched from MOVE_X to MOVE_LEFT/RIGHT because that's what the documentation mentions, and I was trying to fix other issues and thought maybe they've changed it from X to left/right

#

Is &msc SCRL_Y(-50) valid? I fixed the move_left/right lines but I'm not getting this error:

devicetree error: /tmp/zmk-config/config/adv360pro.keymap:68 (column 156): parse error: expected number or parenthesized expression

The error location seems incorrect, there's only spaces there..

quiet shoal