teleport/native: switch from wrongly used user to kb function, boost matrix scan rate (#21172)
* enable LTO * change from _user to _kb function * switch matrix io delay to nops, add opt=3 for higher scan rates * disable console which was enabled for testing but collides with endpoint used by VIA * switched from opt=3 to opt=2 * Update keyboards/teleport/native/native.c Co-authored-by: Joel Challis <git@zvecr.com> * slightly upped debounce, as some testers had chatter with async + default debounce --------- Co-authored-by: Joel Challis <git@zvecr.com>master
parent
ab1e851e7d
commit
cfb4bb9b98
@ -1,4 +1,5 @@ |
||||
DEBOUNCE_TYPE = asym_eager_defer_pk
|
||||
OPT = 2
|
||||
|
||||
VIA_ENABLE = yes
|
||||
|
@ -1,4 +1,5 @@ |
||||
DEBOUNCE_TYPE = asym_eager_defer_pk
|
||||
OPT = 2
|
||||
|
||||
VIA_ENABLE = yes
|
||||
|
Loading…
Reference in new issue