Split firmware inte left.rs and right.rs.
This commit is contained in:
13
src/lib.rs
Normal file
13
src/lib.rs
Normal file
@ -0,0 +1,13 @@
|
||||
#![no_std]
|
||||
#![feature(type_alias_impl_trait)]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
pub mod allocator;
|
||||
pub mod board;
|
||||
pub mod keyboard;
|
||||
pub mod neopixel;
|
||||
pub mod panic_handler;
|
||||
pub mod usb;
|
||||
pub mod util;
|
||||
pub mod ws2812;
|
||||
Reference in New Issue
Block a user