summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--quantum/oryx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/oryx.c b/quantum/oryx.c
index 58b5d5c626..f457739375 100644
--- a/quantum/oryx.c
+++ b/quantum/oryx.c
@@ -208,6 +208,7 @@ bool process_record_oryx(uint16_t keycode, keyrecord_t *record) {
void layer_state_set_oryx(layer_state_t state) {
if (rawhid_state.paired) {
+ wait_ms(50);
uint8_t event[RAW_EPSIZE];
event[0] = ORYX_EVT_LAYER;
event[1] = get_highest_layer(state);