From 29fa9b6732f32342bb8f3e93f4da29a9c519e3f4 Mon Sep 17 00:00:00 2001 From: Marc Poulhiès Date: Wed, 19 May 2021 14:33:56 +0200 Subject: Use new macro to define layers + cleaning Use the new layout!() macro for easier and more readable layers definitions. Add a testmode feature, used to have 'a' on all keys, easier to test if all switch are correctly working or not. Also fixed some minor warnings. --- firmware/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware/Cargo.toml') diff --git a/firmware/Cargo.toml b/firmware/Cargo.toml index 6530914..b93b6f3 100644 --- a/firmware/Cargo.toml +++ b/firmware/Cargo.toml @@ -24,3 +24,8 @@ lto = true incremental = false opt-level = "z" debug = true + +[features] +default = [ ] + +testmode = [ ] -- cgit v1.2.3