OLED updates

- tweaked 32x128 master side. Got the layout and symbols I wanted
- trying to track the ploopy nano drag scroll so the OLED will work
- added Luna pet skeleton to slave side. need to tweak it.
This commit is contained in:
Victor 2024-05-27 22:24:37 -05:00
parent 7013d39810
commit b3d323769a
Failed to generate hash of commit
7 changed files with 331 additions and 76 deletions

View file

@ -2,6 +2,13 @@
#include QMK_KEYBOARD_H
#include "features/taphold.h"
bool drag_scroll_is_enabled(void);
bool isLunaSneaking(void);
bool isLunaJumping(void);
bool isLunaShowedJump(void);
void setLunaShowedJump(bool state);
enum layers {
_QWERTY = 0,