2c51d14223
sprintf always adds a NULL terminator at the end of the buffer it works on. A few places made just enough space for the resulting string, but not the terminator. So this just adds one to the buffer size to make room for it.
Satisfaction75
Satisfaction75 Keyboard
Keyboard Maintainer: Andrew Kannan
Hardware Supported: STM32F072CBT6
Make example for this keyboard (after setting up your build environment):
make cannonkeys/Satisfaction75:default
See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.