logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

converter.mk (276B)


  1. # Sparkfun Pro Micro RP2040 MCU settings for converting AVR projects
  2. MCU := RP2040
  3. BOARD := QMK_PM2040
  4. BOOTLOADER := rp2040
  5. # These are defaults based on what has been implemented for RP2040 boards
  6. SERIAL_DRIVER ?= vendor
  7. WS2812_DRIVER ?= vendor
  8. BACKLIGHT_DRIVER ?= software