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