forked from mirrors/qmk_userspace
[Keyboard] Use new matrix_output_select_delay api (#13861)
* Use new matrix_output_select_delay api * Updated delay to 15 after more spamming
This commit is contained in:
parent
9d88786b6f
commit
8a9688bc64
5 changed files with 20 additions and 10 deletions
|
|
@ -32,6 +32,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define USB_POLLING_INTERVAL_MS 1
|
||||
/* layer optimization */
|
||||
#define LAYER_STATE_8BIT
|
||||
#define MAX_LAYER 2
|
||||
|
||||
//debug scanrate
|
||||
//#define DEBUG_MATRIX_SCAN_RATE
|
||||
//debug scans taking longer than one ms
|
||||
//#define BENCHMARK_MATRIX
|
||||
#define MATRIX_IO_DELAY 15
|
||||
/*
|
||||
* Keyboard Matrix Assignments
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue