2022-07-20 23:54:05 +00:00
|
|
|
# Boardsource Blok MCU settings for converting AVR projects
|
|
|
|
MCU := RP2040
|
2023-05-22 06:04:19 +00:00
|
|
|
BOARD := QMK_BLOK
|
2022-07-20 23:54:05 +00:00
|
|
|
BOOTLOADER := rp2040
|
|
|
|
|
|
|
|
# These are defaults based on what has been implemented for RP2040 boards
|
|
|
|
SERIAL_DRIVER ?= vendor
|
|
|
|
WS2812_DRIVER ?= vendor
|
|
|
|
BACKLIGHT_DRIVER ?= software
|