mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-01-25 20:02:32 +00:00
10 lines
118 B
Makefile
10 lines
118 B
Makefile
# MCU name
|
|
MCU = RP2040
|
|
BOOTLOADER = rp2040
|
|
|
|
OLED_ENABLE = yes
|
|
OLED_DRIVER = SSD1306
|
|
|
|
OPT_DEFS += -DHAL_USE_I2C=TRUE
|
|
|