mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-05 01:15:19 +00:00
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
|
||
|
|