qmk_firmware/keyboards/cannonkeys/satisfaction75
NoshBar 2c51d14223 [Keyboard] Cannon Keys Satisfaction75: Fix buffer sizes for sprintfs. (#6954)
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.
2019-10-07 14:35:28 -07:00
..
boards/ST_STM32F072B_DISCOVERY
keymaps
prototype
rev1
bootloader_defs.h
chconf.h
config.h [Keyboard] 201909 s75 custom encoder (#6745) 2019-09-18 17:41:46 -07:00
halconf.h
i2c_master.c
led.c
led_custom.h
mcuconf.h
readme.md
rules.mk
satisfaction75.c [Keyboard] 201909 s75 custom encoder (#6745) 2019-09-18 17:41:46 -07:00
satisfaction75.h [Keyboard] 201909 s75 custom encoder (#6745) 2019-09-18 17:41:46 -07:00
satisfaction_encoder.c [Keyboard] 201909 s75 custom encoder (#6745) 2019-09-18 17:41:46 -07:00
satisfaction_oled.c [Keyboard] Cannon Keys Satisfaction75: Fix buffer sizes for sprintfs. (#6954) 2019-10-07 14:35:28 -07:00

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.