forked from forks/qmk_firmware
14 lines
250 B
Makefile
14 lines
250 B
Makefile
# MCU name
|
|
MCU = RP2040
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = rp2040
|
|
|
|
# RGB Matrix
|
|
RGB_MATRIX_ENABLE = yes
|
|
RGB_MATRIX_DRIVER = WS2812
|
|
WS2812_DRIVER = vendor
|
|
|
|
LAYOUTS = tkl_f13_ansi tkl_f13_ansi_split_bs_rshift tkl_f13_iso tkl_f13_iso_split_bs_rshift
|
|
|