3969d7045e
* Duplicate board files for blok converter * Swap converters board file too * Update platforms/chibios/boards/QMK_BLOK/configs/board.h
9 lines
265 B
Makefile
9 lines
265 B
Makefile
# Boardsource Blok MCU settings for converting AVR projects
|
|
MCU := RP2040
|
|
BOARD := QMK_BLOK
|
|
BOOTLOADER := rp2040
|
|
|
|
# These are defaults based on what has been implemented for RP2040 boards
|
|
SERIAL_DRIVER ?= vendor
|
|
WS2812_DRIVER ?= vendor
|
|
BACKLIGHT_DRIVER ?= software
|