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:
parent
409bf5b702
commit
8a520c259d
9 changed files with 275 additions and 560 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue