summaryrefslogtreecommitdiffstats
path: root/keyboards/xelus/trinityxttkl
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xelus/trinityxttkl')
-rw-r--r--keyboards/xelus/trinityxttkl/trinityxttkl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/xelus/trinityxttkl/trinityxttkl.c b/keyboards/xelus/trinityxttkl/trinityxttkl.c
index fbf38010a2..c548a10cf0 100644
--- a/keyboards/xelus/trinityxttkl/trinityxttkl.c
+++ b/keyboards/xelus/trinityxttkl/trinityxttkl.c
@@ -1 +1,4 @@
#include "trinityxttkl.h"
+
+// Tested and verified working on Trinity XT TKL
+void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); }