mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-24 01:17:07 +06:00
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"); }
|