Combined function and config

- removed config layer
- was able to spread everything out to the function layer
- cleaned up combo and oled code because of this
This commit is contained in:
Victor 2024-08-21 21:00:14 -05:00
commit 5fc856d0ea
Failed to generate hash of commit
11 changed files with 19 additions and 50 deletions

View file

@ -13,7 +13,6 @@
# define OLED_RENDER_LAYER_4 "Symbol "
# define OLED_RENDER_LAYER_5 "Mouse "
# define OLED_RENDER_LAYER_6 "Function "
# define OLED_RENDER_LAYER_7 "Config "
#else
//128x32 are ? x 5 char wide
# define OLED_RENDER_DEFAULT_LAYER1 "Qwrty"
@ -26,7 +25,6 @@
# define OLED_RENDER_LAYER_4 " Sym "
# define OLED_RENDER_LAYER_5 " Mou "
# define OLED_RENDER_LAYER_6 " Fun "
# define OLED_RENDER_LAYER_7 " Cfg "
#endif
void render_oled_128x64 (void);