forked from forks/qmk_firmware
cfb4bb9b98
* 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>
5 lines
64 B
Makefile
5 lines
64 B
Makefile
DEBOUNCE_TYPE = asym_eager_defer_pk
|
|
OPT = 2
|
|
|
|
VIA_ENABLE = yes
|
|
|