forked from forks/qmk_firmware
c1481629fd
* fix matrix scan rate * Update trinityxttkl.c * Update rev2.c
5 lines
144 B
C
5 lines
144 B
C
#include "trinityxttkl.h"
|
|
|
|
// Tested and verified working on Trinity XT TKL
|
|
void matrix_io_delay(void) { __asm__ volatile("nop\nnop\nnop\n"); }
|