-
I've recently changed my keyboard to the new crkbd revision and I've run into some issues trying to compile miryoku for it as I'm not too knowledgeable about qmk. Here is the new crkbd firmware for reference: I attempted to basically update the crkbd keyboard folder with the rev4 one from the link above and compile it. I ran into issues with Any idea on how I can get this working with rev4? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Actually, I managed to solve it after diving into qmk a bit more. For anyone else trying to do the same, here's what I did.
That should allow you to compile it |
Beta Was this translation helpful? Give feedback.
Actually, I managed to solve it after diving into qmk a bit more. For anyone else trying to do the same, here's what I did.
Checkout the qmk_firmware from the last commit before they removed user keymaps. #287
Remove the old crkbd folder from keyboards/crkbd and copy over the rev4 firmware into keyboards/crkbd
Edit the info.json of the rev4 and change the sync field under transport to sync_matrix_state with a value of true.
That should allow you to compile it