Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
f3ce93fe00
1 changed files with 1 additions and 1 deletions
|
@ -97,6 +97,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||||
|
|
||||||
|
|
||||||
layer_state_t layer_state_set_user(layer_state_t state) {
|
layer_state_t layer_state_set_user(layer_state_t state) {
|
||||||
writePin(LED4_PIN, layer_state_cmp(state, _L2));
|
writePin(LED4_PIN, layer_state_cmp(state, _NM));
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue