Skip to content

Commit

Permalink
keyberon: nix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoulter committed Jun 11, 2024
1 parent bbd241a commit e03091d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firmware/keyberon/rp2040/src/app_prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ pub use keyberon::debounce::Debouncer;

pub use embedded_hal::digital::v2::InputPin;
pub use fugit::ExtU32;
pub use rp_pico::hal;
pub use hal::{
clocks, gpio, gpio::DynPinId, gpio::FunctionSio, gpio::PullDown, gpio::SioInput, pac, sio::Sio,
timer, timer::Alarm, usb::UsbBus,
};
pub use rp_pico::hal;

pub use usb_device::bus::UsbBusAllocator;
pub use usb_device::prelude::*;
Expand Down
2 changes: 1 addition & 1 deletion firmware/keyberon/rp2040/src/common.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use rp2040_hal as hal;
use hal::usb::UsbBus;
use rp2040_hal as hal;

pub use keyboard_labs_keyberon::common::*;

Expand Down

0 comments on commit e03091d

Please sign in to comment.