plut0nium / 0xB2

Pro-Micro/Elite-C replacement with RP2040 and USB-C
Other
157 stars 21 forks source link

Flashing #6

Closed sopsupreme closed 2 years ago

sopsupreme commented 2 years ago

hello, in order to use the splinky with QMK what should i flash the board with? I am struggling to find firmware that works with it, so far only micropython https://micropython.org/download/rp2-pico/ , which is non-hid compliant and cannot be used with QMK toolbox. QMK is also unable to compile in UF2 files,

plut0nium commented 2 years ago

Bastardkb has a number of example configs to use QMK on the Splinky: Scylla or Charybdis v2, Dilemma...

See here : https://github.com/qmk/qmk_firmware/tree/master/keyboards/bastardkb

[edit] these configs will produce a uf2 firmware image

sopsupreme commented 2 years ago

i got it working! thankyou!