mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-29 21:02:56 +08:00
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}
|
||
|---|---|---|
| .. | ||
| arm_atsam/packs | ||
| chibios@313416b8fd | ||
| chibios-contrib@e3a3a24047 | ||
| googletest@ec44c6c167 | ||
| lib8tion | ||
| lufa@ce10f7642b | ||
| python | ||
| ugfx@40b48f470a | ||