mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
Correct conditional in mtdjr userspace (#3361)
This commit is contained in:
parent
11f8414401
commit
8ee97f7c99
1 changed files with 1 additions and 1 deletions
|
@ -153,5 +153,5 @@ uint32_t layer_state_set_user(uint32_t state) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
return state;
|
return state;
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue