qmk_userspace/keyboards/splitkb/kyria/keymaps/tyosa/luna.h
2024-03-29 14:28:09 +01:00

11 lines
219 B
C

#pragma once
extern bool is_sneaking;
extern bool is_barking;
/**
* Render Luna on the Oled screen
*
* @param LUNA_X, LUNA_Y the coordinates on which we start drawing Luna
*/
void render_luna(int LUNA_X, int LUNA_Y);