Skip to content

Commit

Permalink
Add two symbols to FRThumbKeyV2 layout (#1153)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregory Trolliet <[email protected]>
  • Loading branch information
Raghnarok and Gregory Trolliet authored Nov 23, 2024
1 parent cc379c9 commit 57d8eb7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ val KB_FR_THUMBKEY_V2_MAIN =
KeyItemC(
center = KeyC("t", size = LARGE),
topRight = KeyC("m"),
bottom = KeyC("·", color = MUTED),
),
KeyItemC(
center = KeyC("s", size = LARGE),
Expand All @@ -89,6 +90,7 @@ val KB_FR_THUMBKEY_V2_MAIN =
bottomRight = KeyC("*", color = MUTED),
bottom = KeyC(".", color = MUTED),
bottomLeft = KeyC(",", color = MUTED),
right = KeyC("", color = MUTED),
),
KeyItemC(
center = KeyC("e", size = LARGE),
Expand Down Expand Up @@ -182,6 +184,7 @@ val KB_FR_THUMBKEY_V2_SHIFTED =
KeyItemC(
center = KeyC("T", size = LARGE),
topRight = KeyC("M"),
bottom = KeyC("·", color = MUTED),
),
KeyItemC(
center = KeyC("S", size = LARGE),
Expand All @@ -190,6 +193,7 @@ val KB_FR_THUMBKEY_V2_SHIFTED =
bottomRight = KeyC("*", color = MUTED),
bottom = KeyC(".", color = MUTED),
bottomLeft = KeyC(",", color = MUTED),
right = KeyC("", color = MUTED),
),
KeyItemC(
center = KeyC("E", size = LARGE),
Expand Down

0 comments on commit 57d8eb7

Please sign in to comment.