Hi, I'm trying to make new board configuration files for a keyboard I'm building but I'm having trouble finding a good equivalent to modify. The keyboard has SK6812MINI-E RGB lights. a rotary encoder, a nice!view, and a nice!nano v2. Unfortunately the CS pin and the RGB pin needs to be changed to match the keyboard pinouts. I know I need to include this for the CS pin, but not sure where to change the RGB pin:
&nice_view_spi {
cs-gpios = <&pro_micro 0 GPIO_ACTIVE_HIGH>;
};
So far I've tried to use a Sofle RGB ZMK config but the nice!view doesn't show anything, the halves don't connect, and the RGB doesn't work. I was able to configure the keymap for the left side and that works, but that's as far as I got. I'm probably just going to start anew and base it off another existing configuration, so then mainly two questions:
- What is the closest keyboard configuration folder to these keyboard parts used? Is it the Corne, Sofle, or something else?
- How do I change the pin assignment for RGB?