comment
This commit is contained in:
parent
e5969d2bf7
commit
9b6b91355f
|
@ -106,9 +106,11 @@ layer_state_t layer_state_set_user(layer_state_t state) {
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Post Init */
|
/* Post Init */
|
||||||
|
|
||||||
void keyboard_post_init_user(void) {
|
void keyboard_post_init_user(void) {
|
||||||
|
// Disable optional features on reboot
|
||||||
autoshift_disable();
|
autoshift_disable();
|
||||||
autocorrect_disable();
|
autocorrect_disable();
|
||||||
combo_disable();
|
combo_disable();
|
||||||
|
|
Loading…
Reference in a new issue