forked from kofal.net/zmk
fix(docs): Correct mo_tog implementation in tabbed menu
This commit is contained in:
@@ -139,7 +139,7 @@ defaultValue="homerow_mods"
|
|||||||
values={[
|
values={[
|
||||||
{label: 'Homerow Mods', value: 'homerow_mods'},
|
{label: 'Homerow Mods', value: 'homerow_mods'},
|
||||||
{label: 'Autoshift', value: 'autoshift'},
|
{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">
|
<TabItem value="homerow_mods">
|
||||||
|
|||||||
Reference in New Issue
Block a user