Decrease typing lag by about 80 billion percent by upping the logging threshold to WARNING on SAMD51
This commit is contained in:
parent
472b08d77b
commit
c4c28ad039
@ -1,5 +1,5 @@
|
||||
import sys
|
||||
from logging import DEBUG
|
||||
from logging import WARNING
|
||||
|
||||
from kmk.circuitpython.hid import HIDHelper
|
||||
from kmk.circuitpython.matrix import MatrixScanner
|
||||
@ -22,7 +22,7 @@ def main():
|
||||
col_pins=cols,
|
||||
diode_orientation=diode_orientation,
|
||||
unicode_mode=unicode_mode,
|
||||
log_level=DEBUG,
|
||||
log_level=WARNING,
|
||||
matrix_scanner=MatrixScanner,
|
||||
hid=HIDHelper,
|
||||
)
|
||||
|
@ -51,7 +51,7 @@ keymap = [
|
||||
[KC.GESC, KC.A, KC.RESET],
|
||||
[KC.MO(1), KC.B, KC.MUTE],
|
||||
[KC.LT(2, KC.EXCLAIM), KC.HASH, KC.ENTER],
|
||||
[KC.TT(3), KC.SPACE, KC.LSHIFT],
|
||||
[KC.TT(3), KC.SPACE, ANGRY_TABLE_FLIP],
|
||||
],
|
||||
[
|
||||
[KC.TRNS, KC.B, KC.C],
|
||||
|
Loading…
x
Reference in New Issue
Block a user