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 !
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.
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 !