Skip to content

Commit

Permalink
refactor(rmk): remove todo
Browse files Browse the repository at this point in the history
Signed-off-by: Haobo Gu <[email protected]>
  • Loading branch information
HaoboGu committed Nov 5, 2023
1 parent 61fb8bb commit 47592a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rmk/src/keyboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ impl<
key_state: KeyState,
) {
// Process modifier first
// TODO: check the order when release a key
let (keycodes, n) = modifier.to_modifier_keycodes();
for i in 0..n {
self.process_action_keycode(keycodes[i], key_state);
Expand Down

0 comments on commit 47592a3

Please sign in to comment.