summaryrefslogtreecommitdiffstats
path: root/keyboards/xelus/trinityxttkl/trinityxttkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xelus/trinityxttkl/trinityxttkl.c')
-rw-r--r--keyboards/xelus/trinityxttkl/trinityxttkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/xelus/trinityxttkl/trinityxttkl.c b/keyboards/xelus/trinityxttkl/trinityxttkl.c
index 79d3df949d..f3d914b5ee 100644
--- a/keyboards/xelus/trinityxttkl/trinityxttkl.c
+++ b/keyboards/xelus/trinityxttkl/trinityxttkl.c
@@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "trinityxttkl.h"
+#include "quantum.h"
// Tested and verified working on Trinity XT TKL
void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); }