summaryrefslogtreecommitdiffstats
path: root/keyboards/xelus/trinityxttkl/trinityxttkl.c
blob: c548a10cf078a4a98933d22b7e4061c89b666416 (plain)
1
2
3
4
#include "trinityxttkl.h"

// Tested and verified working on Trinity XT TKL
void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); }