gittyeric / ergodox-macro-hax

A hack to get around the 4-button max Macro limit in Oryx for Ergodox / Moonlander keyboards.
29 stars 0 forks source link

npm copy script has typo in package.json #13

Closed mindcat closed 1 year ago

mindcat commented 1 year ago

line 10: "copy": "cpy ./layouty_src/..." SHOULD BE -> line 10: "copy": "cpy ./layout_src/..."

Phoscur commented 1 year ago

Oh you got me there, I guess I did not need it anymore later...

Phoscur commented 1 year ago

Fixed by @sytone: https://github.com/Phoscur/oryx-macro-hax/blob/main/package.json#L12

The project is being migrated to my fork.