qmk_firmware/keyboards/cannonkeys/satisfaction75
Sergey Vlasov 2d3bd7cfcf
Fix OLED timeout on satisfaction75 after migration from QWIIC (#14780)
The custom OLED_OFF mode implemented on satisfaction75 is incompatible
with the OLED_TIMEOUT feature (the OLED_TIMEOUT code assumes that any
key or encoder action should turn the OLED display on, and does not
provide any way to disable that behavior).  To keep the OLED_OFF mode
functioning as before while still having a working OLED idle timeout, a
custom implementation of the OLED idle timeout code is added.
2021-10-10 17:01:29 +01:00
..
keymaps
prototype Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
rev1 Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
.noci
chconf.h
config.h Fix OLED timeout on satisfaction75 after migration from QWIIC (#14780) 2021-10-10 17:01:29 +01:00
halconf.h
led.c Satisfaction 75 turn off backlight on suspend, restore config on wakeup (#11774) 2021-02-28 16:50:01 +11:00
led_custom.h
mcuconf.h
readme.md
rules.mk Migrate satisfaction75 away from QWIIC_DRIVERS (#14747) 2021-10-09 14:46:47 +01:00
satisfaction75.c Fix OLED timeout on satisfaction75 after migration from QWIIC (#14780) 2021-10-10 17:01:29 +01:00
satisfaction75.h Fix OLED timeout on satisfaction75 after migration from QWIIC (#14780) 2021-10-10 17:01:29 +01:00
satisfaction_encoder.c Migrate satisfaction75 away from QWIIC_DRIVERS (#14747) 2021-10-09 14:46:47 +01:00
satisfaction_oled.c Fix OLED timeout on satisfaction75 after migration from QWIIC (#14780) 2021-10-10 17:01:29 +01: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.