mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-06-22 21:22:44 -04:00
Made major changes to OLED
- now I understand how the system works I can make my own fonts/graphics - overhauled the 32x128 OLED screen display. Will still tweak it
This commit is contained in:
parent
1822862388
commit
7013d39810
5 changed files with 397 additions and 46 deletions
|
@ -4,8 +4,7 @@ static uint8_t current_base_layer = _DEFAULT_LAYER_1;
|
|||
|
||||
layer_state_t layer_state_set_user(layer_state_t state) {
|
||||
|
||||
state = update_tri_layer_state(state, _NAVIGATION, _NUMBER, _SYMBOL);
|
||||
return state;
|
||||
return update_tri_layer_state(state, _NAVIGATION, _NUMBER, _SYMBOL);;
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue