Make keys light up when pressed

This commit is contained in:
2023-04-26 18:39:47 +02:00
parent 2fc050eb4f
commit 4f59a59693
9 changed files with 245 additions and 95 deletions

View File

@ -6,6 +6,7 @@ extern crate alloc;
pub mod allocator;
pub mod board;
pub mod keyboard;
pub mod lights;
pub mod neopixel;
pub mod panic_handler;
pub mod usb;