hexcowboy / superloop

A custom OLED animation for QMK keyboards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

superloop

This animation is made for 32x128 pixel 1-bit OLED displays.

Info

This repository is a lightweight clone of the crkdb:default QMK configuration. The animation frames exist in animation.c and the render function exists in the oled.c file.

Firmware size: 22220 bytes / 22.22 kilobytes
Note: Firmware size can be greatly reduced by adding LTO_ENABLE to your rules.mk

Installation

Download and install the QMK firmware using these instructions.

Once you have qmk installed and setup, move into your QMK repo:

cd $(qmk config user.qmk_home | cut -d "=" -f2)

Clone this repo with the following command:

git clone https://github.com/hexcowboy/superloop.git ./keyboards/crkbd/keymaps/superloop

Install and flash the firmware:

# For Pro Micro
qmk flash -kb crkbd/rev1/legacy -km superloop

# For Elite-C
qmk flash -kb crkbd/rev1/legacy -km superloop -bl dfu

About

A custom OLED animation for QMK keyboards

License:MIT License


Languages

Language:C 99.9%Language:Makefile 0.1%