Xiao wiring #359
-
I’m working on a project involving the Seeed Studio XIAO nRF52840, and I need some advice on setting up the wiring and firmware. I have been referencing a Corne wiring diagram for guidance. Questions: For the Miryoku firmware setup, should I define the board as seeeduino_xiao_ble and assign corne_left and corne_right as shields? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Shields are specific to the controller, so you can't build corne with xiao. For handwires it's recommended to wire according to an existing shield so you don't have to write a shield definition. Look for a xiao shield that has a layout compatible with your keyboard. A superset of your layout will also work. See https://github.com/manna-harbour/miryoku_zmk#supported-keyboards for info on supported keyboards in Miryoku ZMK and https://github.com/stars/manna-harbour/lists/36-keys for a list of 3x5+3 ergo splits. |
Beta Was this translation helpful? Give feedback.
Shields are specific to the controller, so you can't build corne with xiao. For handwires it's recommended to wire according to an existing shield so you don't have to write a shield definition. Look for a xiao shield that has a layout compatible with your keyboard. A superset of your layout will also work. See https://github.com/manna-harbour/miryoku_zmk#supported-keyboards for info on supported keyboards in Miryoku ZMK and https://github.com/stars/manna-harbour/lists/36-keys for a list of 3x5+3 ergo splits.