Fix oneshot toggle logic (#16630)
* Fix oneshot toggle logic * Enable oneshots by default * Decrement eeconfig magic number due to eeconfig changes
This commit is contained in:
@ -37,7 +37,7 @@ typedef union {
|
||||
bool nkro : 1;
|
||||
bool swap_lctl_lgui : 1;
|
||||
bool swap_rctl_rgui : 1;
|
||||
bool oneshot_disable : 1;
|
||||
bool oneshot_enable : 1;
|
||||
};
|
||||
} keymap_config_t;
|
||||
|
||||
|
Reference in New Issue
Block a user