summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian <fd@0x6664.com>2023-12-21 11:14:11 +0700
committerFlorian <fd@0x6664.com>2023-12-21 11:14:11 +0700
commit1c7b6967cebd691b1fc869369418f975d55300bb (patch)
tree795abb06b704f7426525ff43a531e454c7023650
parentcfd8ed8183395887b82fee88f7b395eacbf1b7d2 (diff)
fix: driver let total macrochore/remove-pairing-fw22
-rw-r--r--quantum/oryx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/oryx.h b/quantum/oryx.h
index 2a035a89fd..7caf039f5c 100644
--- a/quantum/oryx.h
+++ b/quantum/oryx.h
@@ -79,5 +79,5 @@ bool process_record_oryx(uint16_t keycode, keyrecord_t* record);
void layer_state_set_oryx(layer_state_t state);
#if defined(RGB_MATRIX_ENABLE) && !defined(KEYBOARD_ergodox_ez_glow)
-RGB webhid_leds[RGB_MATRIX_LED_COUNT];
+RGB webhid_leds[DRIVER_LED_TOTAL];
#endif