blob: 1025ccfa1b4869cb5348c097236a8af304191a38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/**
* BONGO CAT!
WPM-responsive animation of bongo cat!
Source:
https://github.com/qmk/qmk_firmware/blob/master/keyboards/kyria/keymaps/j-inc/keymap.c
*/
#pragma once
const char *wpm_state(void);
void animation_phase(uint8_t wpm);
void render_bongo_cat(void);
|