logo

qmk_firmware

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

converter.mk (265B)


  1. # Boardsource Blok MCU settings for converting AVR projects
  2. MCU := RP2040
  3. BOARD := QMK_BLOK
  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