From 8c33f9ac9a16c92a4936b1eacb3f43eed83b4eac Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Mon, 10 Mar 2025 19:00:37 +0100 Subject: [PATCH] Code cleanup --- rp2040_42/src/layout.rs | 2 +- rp2040_42/src/main.rs | 2 +- rp2040_51/src/layout.rs | 2 +- rp2040_51/src/main.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rp2040_42/src/layout.rs b/rp2040_42/src/layout.rs index 9bbaf10..f896955 100644 --- a/rp2040_42/src/layout.rs +++ b/rp2040_42/src/layout.rs @@ -1,5 +1,5 @@ //! Project: CMtec CMDR Keyboard 42 -//! Date: 2023-07-01 +//! Date: 2025-03-09 //! Author: Christoffer Martinsson //! Email: cm@cmtec.se //! License: Please refer to LICENSE in root directory diff --git a/rp2040_42/src/main.rs b/rp2040_42/src/main.rs index 71da6c5..9f3ee6a 100644 --- a/rp2040_42/src/main.rs +++ b/rp2040_42/src/main.rs @@ -1,5 +1,5 @@ //! Project: CMtec CMDR Keyboard 42 -//! Date: 2023-07-01 +//! Date: 2025-03-09 //! Author: Christoffer Martinsson //! Email: cm@cmtec.se //! License: Please refer to LICENSE in root directory diff --git a/rp2040_51/src/layout.rs b/rp2040_51/src/layout.rs index 75648b4..516b5f4 100644 --- a/rp2040_51/src/layout.rs +++ b/rp2040_51/src/layout.rs @@ -1,5 +1,5 @@ //! Project: CMtec CMDR Keyboard 51 -//! Date: 2023-07-01 +//! Date: 2025-03-09 //! Author: Christoffer Martinsson //! Email: cm@cmtec.se //! License: Please refer to LICENSE in root directory diff --git a/rp2040_51/src/main.rs b/rp2040_51/src/main.rs index 6a48c42..f683ef2 100644 --- a/rp2040_51/src/main.rs +++ b/rp2040_51/src/main.rs @@ -1,5 +1,5 @@ //! Project: CMtec CMDR Keyboard 51 -//! Date: 2023-07-01 +//! Date: 2025-03-09 //! Author: Christoffer Martinsson //! Email: cm@cmtec.se //! License: Please refer to LICENSE in root directory