mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-12-16 19:30:24 -05:00
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:
parent
fee58201e5
commit
5fc856d0ea
11 changed files with 19 additions and 50 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue