summaryrefslogtreecommitdiff
path: root/keyboards/xelus
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-02-20 21:13:18 +1100
committerGitHub <noreply@github.com>2024-02-20 21:13:18 +1100
commit865a8f42a6128dfc09a24fe749b0d78d8c69b70e (patch)
tree72ac80d27735bf488fe64ce89b1903f39ac6e1b4 /keyboards/xelus
parente198643d66b488945964abe913aa0356b87423a1 (diff)
WS2812 bitbang: prefix for `NOP_FUDGE` define (#23110)
Diffstat (limited to 'keyboards/xelus')
-rw-r--r--keyboards/xelus/xs60/hotswap/config.h2
-rw-r--r--keyboards/xelus/xs60/soldered/config.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/xelus/xs60/hotswap/config.h b/keyboards/xelus/xs60/hotswap/config.h
index 56ecd57ec9..877313776a 100644
--- a/keyboards/xelus/xs60/hotswap/config.h
+++ b/keyboards/xelus/xs60/hotswap/config.h
@@ -40,4 +40,4 @@
#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF
// Bitbang WS2812
-#define NOP_FUDGE 0.4
+#define WS2812_BITBANG_NOP_FUDGE 0.4
diff --git a/keyboards/xelus/xs60/soldered/config.h b/keyboards/xelus/xs60/soldered/config.h
index 4b7be4d441..5b966800c6 100644
--- a/keyboards/xelus/xs60/soldered/config.h
+++ b/keyboards/xelus/xs60/soldered/config.h
@@ -42,4 +42,4 @@
#define RGBLIGHT_LAYERS_OVERRIDE_RGB_OFF
// Bitbang WS2812
-#define NOP_FUDGE 0.4
+#define WS2812_BITBANG_NOP_FUDGE 0.4