Skip to content

Commit

Permalink
h/fix: smart layer uses move instead of on
Browse files Browse the repository at this point in the history
  • Loading branch information
fdidron committed May 7, 2024
1 parent 9ec74b5 commit cf038f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/oryx.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void raw_hid_receive(uint8_t *data, uint8_t length) {
if (param[0] == 0) {
layer_off(param[1]);
} else {
layer_on(param[1]);
layer_move(param[1]);
}
}
break;
Expand Down

0 comments on commit cf038f5

Please sign in to comment.