I am currently building a custom split keyboard, based on a let's split design but wireless (bluefruit ez-key with rf modules between the halves for maximum wirelessness).
However when I try to use a custom matrix_init and matrix_scan defined in a new matrix.c (inspired by the ergodox way), the make fails at linking time, complaining that those functions already exist in quantum. Shouldn't those be declared weak ? However, it doesn't seem to cause a problem for building the ergodox ? Is there something I am missing ?
Thanks for any tip.
I am currently building a custom split keyboard, based on a let's split design but wireless (bluefruit ez-key with rf modules between the halves for maximum wirelessness). However when I try to use a custom matrix_init and matrix_scan defined in a new matrix.c (inspired by the ergodox way), the make fails at linking time, complaining that those functions already exist in quantum. Shouldn't those be declared weak ? However, it doesn't seem to cause a problem for building the ergodox ? Is there something I am missing ? Thanks for any tip.