Trying Callum after my Swoop got stuck in game mode

- reshuffling everything to somewhat match his keymap
- removed a bunch of combos
This commit is contained in:
Victor 2024-05-05 20:27:25 -05:00
parent e6fae5e3b1
commit 39ca5f2f73
Failed to generate hash of commit
11 changed files with 48 additions and 85 deletions

View file

@ -4,7 +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);
state = update_tri_layer_state(state, _NAVIGATION, _SYMBOL, _NUMBER);
return state;
}