When I run:
qmk compile -kb sofle/rev1 -km rgb_default -e CONVERT_TO=rp2040_ce
I get this error:
Ψ Compiling keymap with gmake -r -R -f builddefs/build_keyboard.mk -s KEYBOARD=sofle/rev1 KEYMAP=rgb_default KEYBOARD_FILESAFE=sofle_rev1 TARGET=sofle_rev1_rgb_default VERBOSE=false COLOR=true SILENT=false QMK_BIN="qmk" CONVERT_TO=rp2040_ce
* OLED_DRIVER=SSD1306 is not a valid OLED driver [ERRORS]
builddefs/common_features.mk:754: *** Invalid OLED_DRIVER. Stop.
Which is because of this line: OLED Driver
Any suggestion which driver should work with RP2040?
When I run:
I get this error:
Which is because of this line: OLED Driver
Any suggestion which driver should work with RP2040?