OLED overhaul

- adjusted and consolidated font after playing around
- cleaned up luna code so its easier to read and configure
- overhauled the layout, making it less busy but still functional
- adjusted the combos to move tab and add back mb1
This commit is contained in:
Victor 2024-06-20 23:29:16 -05:00
parent 409bf5b702
commit 8a520c259d
No known key found for this signature in database
GPG key ID: 645A98F35E754E79
9 changed files with 275 additions and 560 deletions

View file

@ -12,9 +12,4 @@
//Set common configuration for all keyboards
#define OLED_TIMEOUT 60000 //1 min
#if defined(OLED_DISPLAY_128X64)
# define OLED_FONT_H "./lib/font.c"
#else
# define OLED_FONT_H "./lib/font_narrow.c"
#endif //OLED_DISPLAY_128X64
#define OLED_FONT_H "./lib/font.c"