From 1aefc1e252ee9772247f93fecf8609ff61c71ced Mon Sep 17 00:00:00 2001 From: Nasimovy Date: Sat, 15 Mar 2025 20:22:46 +0100 Subject: [PATCH] Update TCA8418Layouts.h --- src/input/TCA8418Layouts.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/input/TCA8418Layouts.h b/src/input/TCA8418Layouts.h index 1547ef3d7..2b36bb3ae 100644 --- a/src/input/TCA8418Layouts.h +++ b/src/input/TCA8418Layouts.h @@ -1,9 +1,6 @@ -#ifndef TCA8418LAYOUTS_H -#define TCA8418LAYOUTS_H + // Declare the arrays as externs to be defined in the corresponding .cpp file -extern uint8_t TCA8418TapMod[]; +extern int TCA8418TapMod[]; extern unsigned char TCA8418TapMap[][]; extern unsigned char TCA8418LongPressMap[]; - -#endif