From 9b2b44d0ca4e4886a7b4af461268420a84c3c573 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 13 Apr 2023 12:04:50 +0200 Subject: fix most obvious warnings --- totem/totem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'totem/totem.h') diff --git a/totem/totem.h b/totem/totem.h index 01c37f0..846e6e0 100644 --- a/totem/totem.h +++ b/totem/totem.h @@ -35,7 +35,7 @@ // |SW16|SW11|SW12|SW13|SW14|SW15| |SW15|SW14|SW13|SW12|SW11|SW16| // |SW17|SW18|SW19| |SW19|SW18|SW17| -#define LAYOUT_totem( \ +#define LAYOUT_split_3x5_3_1( \ L00, L01, L02, L03, L04, R00, R01, R02, R03, R04, \ L10, L11, L12, L13, L14, R10, R11, R12, R13, R14, \ L30, L20, L21, L22, L23, L24, R20, R21, R22, R23, R24, R34,\ @@ -53,4 +53,4 @@ } -#define LAYOUT LAYOUT_totem \ No newline at end of file +#define LAYOUT LAYOUT_split_3x5_3_1 -- cgit v1.2.3