128x32 OLED Overhaul and more

- Limit to eight layers to save MCU space
- Tweaked default rules.mk for WPM, Audio, etc
- Added Luna Pet OLED code and modified to my standard
- Enabled Drag Scroll OLED indicator
- Increased Split Communications (layers, LED state, Mods)
- Cleaned up OLED Code and overhauled screen.
- Data is on both halves now, no more split side logo
- Added WPM counter
- Added graphics for layers, mods, features, small QMK logo
- Leveraged KLOR font and added my own images
- Made LTO disabled by default since I'm team RP2040
This commit is contained in:
Victor 2024-05-28 12:43:28 -05:00
parent b3d323769a
commit 2036b62a89
No known key found for this signature in database
GPG key ID: 645A98F35E754E79
9 changed files with 347 additions and 495 deletions

View file

@ -3,12 +3,9 @@
#include "features/taphold.h"
bool drag_scroll_is_enabled(void);
bool isLunaSneaking(void);
bool isLunaJumping(void);
bool isLunaShowedJump(void);
void setLunaShowedJump(bool state);
bool isJumpShown(void);
void setLunaJumped(void);
enum layers {
_QWERTY = 0,