A collection of easy to copy animations for your qmk oled
Note
These are for use with OLEDS and QMK, they WILL NOT work with nice!views without modification
- Pick an animation/image
- Copy the code from the
.c
files in the folder directly to the end of youkeymap.c
file in your QMK firmware - Compile and flash your boards
That's it!
If you'd like to contribute to this collection please follow these steps:
- Your addition must contain a single
.c
file and aREADME.md
- The
.c
file must be able to be copied straight to the end of akeymap.c
file for ease of use - The
README.md
should contain some information about the animation/image and a link to what it looks like on the board. - Make sure you add your animation/image to the folder for the oled size it was made for(128x32, etc). If there isnt one, please include the folder creation on your PR
- Raise a PR and wait for review
Thank you for contributing!