qmk_firmware/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}
2020-04-26 12:20:40 -04:00
..
qmk kle2json: fix invocation error 2020-04-26 12:19:37 -04:00
kle2xy.py kle2info: trim down x and y output 2020-04-26 12:20:40 -04:00
milc.py MILC: Fix setting config values for store_true and store_false (#8813) 2020-04-15 22:49:22 +02:00