diff --git a/rp2040/src/button_matrix.rs b/rp2040/src/button_matrix.rs index 2c7e0da..2d20098 100644 --- a/rp2040/src/button_matrix.rs +++ b/rp2040/src/button_matrix.rs @@ -1,5 +1,5 @@ -//! Project: CMtec CMDR Keyboard 42 -//! Date: 2023-07-01 +//! Project: CMtec CMDR joystick 24 +//! Date: 2023-08-01 //! Author: Christoffer Martinsson //! Email: cm@cmtec.se //! License: Please refer to LICENSE in root directory diff --git a/rp2040/src/status_led.rs b/rp2040/src/status_led.rs index d56af7b..1f5e03a 100644 --- a/rp2040/src/status_led.rs +++ b/rp2040/src/status_led.rs @@ -1,5 +1,5 @@ -//! Project: CMtec CMDR Keyboard 42 -//! Date: 2023-07-01 +//! Project: CMtec CMDR joystick 24 +//! Date: 2023-08-01 //! Author: Christoffer Martinsson //! Email: cm@cmtec.se //! License: Please refer to LICENSE in root directory @@ -16,7 +16,7 @@ use ws2812_pio::Ws2812Direct; /// * OFF = Syatem offline /// * NORMAL = All system Ok /// * ACTIVITY = System activity -/// * OTHER = Other activity +/// * OTHER = Other activity /// * WARNING = Warning /// * ERROR = Error /// * BOOTLOADER = Bootloader active