Update TCA8418Keyboard.cpp

This commit is contained in:
Nasimovy 2025-03-15 19:24:23 +01:00 committed by GitHub
parent b8ac299744
commit 39477c6950
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
// Based on the MPR121 Keyboard and Adafruit TCA8418 library
#include "TCA8418Keyboard.h"
#include "TCA8418Layouts.cpp"
#include "TCA8418Layouts.h"
#include "configuration.h"
#include <Arduino.h>