Update TCA8418Layouts.h

This commit is contained in:
Nasimovy 2025-03-15 20:22:46 +01:00 committed by GitHub
parent 84373bb1ee
commit 1aefc1e252
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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