mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-22 07:32:02 +00:00
Merge branch 'master' into add-clog
This commit is contained in:
commit
a075c41f6f
@ -9,7 +9,11 @@
|
||||
# if defined(STM32F0XX) || defined(STM32F1XX) || defined(GD32VF103) || defined(STM32F3XX) || defined(STM32F4XX) || defined(STM32L0XX) || defined(WB32F3G71xx) || defined(WB32FQ95xx)
|
||||
# define NOP_FUDGE 0.4
|
||||
# else
|
||||
# error("NOP_FUDGE configuration required")
|
||||
# if defined(RP2040)
|
||||
# error "Please use `vendor` WS2812 driver for RP2040"
|
||||
# else
|
||||
# error "NOP_FUDGE configuration required"
|
||||
# endif
|
||||
# define NOP_FUDGE 1 // this just pleases the compile so the above error is easier to spot
|
||||
# endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user