This is a revised version of other projects that create the BongoCat animations for firmware on embedded OLED screens, fixing issues and adding new features.
This project was made specifically for the Satisfaction75 Round 2 (AKA rev1), though its code can likely be stripped and repurposed for other 128x32p OLED screens.
- Updated code to support Satisfaction75 Round2/Rev1 firmware
- Tracked the animations directly to the user's keyboard inputs, as opposed to the original tracking to words-per-minute
- Changed the animation behavior to use a state machine between idle, prepare, and tap animation states
- Added system clock to Bongo Cat display mode
- Fixed bugs related to flickering, screen mode settings, inactivity timeouts
The newest version of the code (including the .bin
file) also inlcudes a "Minimal Mode", with just the Bongo Cat and no stats displayed. The animation is also shifted over to be more centered in this mode.
You can cycle through the Satisfaction75's OLED modes by using the ScrnMd/OLEDMode keycode in Via (default keymap has it as fn+encoder-press)
- Original post by u/Pop-X-
- u/salvistar adaptation to 128x32p (Github)
- Satisfaction75 proof of concept by MudkipMao
-
If you plan to use this on a Satisfaction75 R2, you can simply flash the included
cannonkeys_satisfaction75_rev1_Pedker.bin
file to your board using QMK Toolbox or any other means. You can follow this guide, but please flash at your own risk. -
I am not sure if this will work for the Satisfaction75 Round1 (Rev0), so definitely flash that at your own risk.
-
Alternatively, you can include the changes made to your own firmware by either replacing the files or editing them to match the files included here
-
bongo.h
: all (new file) -
rules.mk
: lines 26, 28, 29 -
satisfaction75.h
: lines 16, 61, 62 -
satisfaction75_oled.c
: lines 3-5, 32-37