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 Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094) 2019-02-13 08:03:26 -08:00
keymaps [Keyboard] Satisfaction75 i2c fix and VIA layout (#5726) 2019-04-27 20:35:31 -07:00
prototype [Keyboard] Satisfaction75 Protoype/Rev1 split, and new VIA features (#5303) 2019-03-11 20:47:50 -07:00
rev1 [Keyboard] Satisfaction75 Protoype/Rev1 split, and new VIA features (#5303) 2019-03-11 20:47:50 -07:00
bootloader_defs.h Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094) 2019-02-13 08:03:26 -08:00
chconf.h Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094) 2019-02-13 08:03:26 -08:00
config.h [Keyboard] 201909 s75 custom encoder (#6745) 2019-09-18 17:41:46 -07:00
halconf.h Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094) 2019-02-13 08:03:26 -08:00
i2c_master.c Align ARM i2c_readReg with AVR (#6314) 2019-07-16 01:36:23 -07:00
led_custom.h Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094) 2019-02-13 08:03:26 -08:00
led.c Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094) 2019-02-13 08:03:26 -08:00
mcuconf.h Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094) 2019-02-13 08:03:26 -08:00
readme.md Add Satisfaction75 to QMK, Enable EEPROM on stm32f072 (#5094) 2019-02-13 08:03:26 -08:00
rules.mk [Keyboard] Satisfaction75 Protoype/Rev1 split, and new VIA features (#5303) 2019-03-11 20:47:50 -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.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

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.