Skip to content

Commit

Permalink
refactor: clean code
Browse files Browse the repository at this point in the history
Signed-off-by: Haobo Gu <[email protected]>
  • Loading branch information
HaoboGu committed Nov 3, 2023
1 parent bcdf5d0 commit 61fb8bb
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 @@ -81,7 +81,6 @@ impl<
mut keymap: [[[KeyAction; COL]; ROW]; NUM_LAYER],
) -> Self {
// Initialize the allocator at the very beginning of the initialization of the keyboard

{
use core::mem::MaybeUninit;
// 1KB heap size
Expand Down

0 comments on commit 61fb8bb

Please sign in to comment.