mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-27 23:52:43 -04:00
Allowing warnings in RP2040 rules.mk
This commit is contained in:
parent
7b38b6e842
commit
5fcac2aa54
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
# Ignore some warnings during the build, likely to be fixed before RP2040 PR is merged
|
||||
ALLOW_WARNINGS = yes
|
||||
|
||||
# PIO serial/WS2812 drivers must be used on RP2040
|
||||
SERIAL_DRIVER = vendor
|
||||
WS2812_DRIVER = vendor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue