zmkfirmware / zmk

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

Question: Porting qmk keyboard config to zmk #1688

Open asmodeus812 opened 1 year ago

asmodeus812 commented 1 year ago

Hi, i was wondering if there is a way, or even if it is supported, to port the following qmk board configuration to zmk https://github.com/qmk/qmk_firmware/pull/9944/. It is a bit convoluted since it uses multiplexing on the rows, but since i am not too familiar with zmk, would it be possible to implement it in a similar way as it was for qmk. I am willing to work on it, with some guidance in the right direction, thanks !

joelspadin commented 1 year ago

It is possible to write new key scanning drivers to handle specialized matrices. Unfortunately, you won't be able to reference the QMK code for it when porting to ZMK due to licensing.