You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk-fw/lib/python
Keenan Brock 5c666398d5 kle2info: trim down x and y output
fixes quirks with float implementation.

before:
{"label":"Esc", "x":0.66, "y":1.45}, {"label":"!", "x":1.6600000000000001, "y":1.45}

after:
{"label":"Esc", "x":0.66, "y":1.45}, {"label":"!", "x":1.66, "y":1.45}
5 years ago
..
qmk kle2json: fix invocation error 5 years ago
kle2xy.py kle2info: trim down x and y output 5 years ago
milc.py MILC: Fix setting config values for store_true and store_false (#8813) 5 years ago