zmkfirmware / zmk

ZMK Firmware Repository
https://zmk.dev/
MIT License
2.83k stars 2.86k forks source link

fix: Fix inconsistent column offset property #2630

Closed joelspadin closed 2 weeks ago

joelspadin commented 2 weeks ago

Renamed the composite kscan's column-offset property to col-offset for consistency with other properties such as matrix transform's col-offset and matrix kscan's col-gpios.

column-offset remains supported but is deprecated.