feat: Refactor luna to its own file
This commit is contained in:
parent
4f07333eda
commit
27b9a08bcb
4 changed files with 164 additions and 164 deletions
8
keyboards/splitkb/kyria/keymaps/tyosa/luna.h
Normal file
8
keyboards/splitkb/kyria/keymaps/tyosa/luna.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
extern bool is_sneaking;
|
||||
extern bool is_barking;
|
||||
extern bool is_jumping;
|
||||
extern bool showed_jump;
|
||||
|
||||
void render_luna(int LUNA_X, int LUNA_Y);
|
||||
Loading…
Add table
Add a link
Reference in a new issue