From 30e640625a9a8b877b052126dfa521eec91d86e3 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Sat, 5 Aug 2023 13:00:36 +0200 Subject: [PATCH] Updated header --- rp2040/src/button_matrix.rs | 4 ++-- rp2040/src/status_led.rs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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