It did not like me putting that variable in the header file

This commit is contained in:
Victor 2024-04-24 12:57:22 -05:00
parent 4c1ff262ab
commit 0eafe4f4c8
Failed to generate hash of commit
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,7 @@
#include "t4corun.h"
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);