mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-07-05 11:20:35 -04:00
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:
parent
7013d39810
commit
b3d323769a
7 changed files with 331 additions and 76 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue