mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
fix(docs): Correct mo_tog implementation in tabbed menu
This commit is contained in:
@@ -139,7 +139,7 @@ defaultValue="homerow_mods"
|
||||
values={[
|
||||
{label: 'Homerow Mods', value: 'homerow_mods'},
|
||||
{label: 'Autoshift', value: 'autoshift'},
|
||||
{label: 'Toggle-on-Tap, Momentary-on-Hold Layers', value: 'tog_mo'},
|
||||
{label: 'Toggle-on-Tap, Momentary-on-Hold Layers', value: 'mo_tog'},
|
||||
]}>
|
||||
|
||||
<TabItem value="homerow_mods">
|
||||
|
||||
Reference in New Issue
Block a user