Skip to content

Commit

Permalink
fix: removes delay when sending layer switches over hid
Browse files Browse the repository at this point in the history
  • Loading branch information
fdidron committed Jun 20, 2024
1 parent 9a0e1b6 commit 50e0bbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quantum/oryx.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ 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);
Expand Down

0 comments on commit 50e0bbc

Please sign in to comment.