3aca3d3572
The code using sprintf() did not fit into flash when `merge/um70:via` was compiled with avr-gcc 5.4.0: * The firmware is too large! 29756/28672 (1084 bytes over) Replacing `sprintf(wpm_str, " %03d", current_wpm);` with custom formatting code reduces the firmware size by 1504 bytes, which is enough to make the `merge/um70:via` firmware fit: * The firmware size is approaching the maximum - 28252/28672 (98%, 420 bytes free) |
||
---|---|---|
.. | ||
keymaps | ||
config.h | ||
info.json | ||
readme.md | ||
rules.mk | ||
um70.c | ||
um70.h |
readme.md
UM-70
A 70 keys keyboard in 65% layout with encoder and OLED screen sold by Merge. Product page
- Keyboard Maintainer: duoshock
- Hardware Availability: Merge Store
Make example for this keyboard (after setting up your build environment):
make merge/um70:default
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.