KinesisCorporation / Adv360-Pro-ZMK

Production repository for the all-new Advantage360 Professional using ZMK engine
MIT License
444 stars 6.25k forks source link

Tap Dance does not work - devicetree error: ... lacks binding #13

Closed taylon closed 1 year ago

taylon commented 1 year ago

Hello,

When trying to setup tap dance behaviors I get the following error:

devicetree error: binding controller <Node /behaviors/tap_dance_xxx 'adv360_left.dts.pre.tmp'> for <Node /keymap/default_layer in 'adv360_left.dts.pre.tmp'> lacks binding

Here is the keymap definition: https://github.com/taylon/Adv360-Pro-ZMK/blob/V1.0/config/adv360.keymap Here is a build with the error: https://github.com/taylon/Adv360-Pro-ZMK/actions/runs/3102414540/jobs/5024689982

Unfortunately I can't migrate from my Kinesis Advantage 2 (which runs QMK) until I have tap dance :(

ringil-forge commented 1 year ago

@taylon have you tried building your firmware from the V2.0-beta branch? I am running that branch locally and was able to successfully build your keymap.

taylon commented 1 year ago

Oh nice, I did not notice that, it worked indeed.

Thanks,