1
0
Fork 0

WS2812 bitbang: prefix for NOP_FUDGE define (#23110)

This commit is contained in:
Ryan 2024-02-20 21:13:18 +11:00 committed by GitHub
parent e198643d66
commit 865a8f42a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 7 deletions

View file

@ -40,4 +40,4 @@
#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF
// Bitbang WS2812
#define NOP_FUDGE 0.4
#define WS2812_BITBANG_NOP_FUDGE 0.4

View file

@ -42,4 +42,4 @@
#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF
// Bitbang WS2812
#define NOP_FUDGE 0.4
#define WS2812_BITBANG_NOP_FUDGE 0.4