Skip to content

Commit

Permalink
made an oopsie that I un-oopsied
Browse files Browse the repository at this point in the history
  • Loading branch information
domportera committed Apr 17, 2023
1 parent 0fca2c2 commit 8e5f0e4
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,13 @@ val THUMBKEY_EN_V4_PROGRAMMER = KeyboardC(
color = ColorVariant.MUTED
),
SwipeDirection.TOP_LEFT to KeyC(
display = KeyDisplay.TextDisplay("["),
action = KeyAction.CommitText("["),
display = KeyDisplay.TextDisplay("{"),
action = KeyAction.CommitText("{"),
color = ColorVariant.MUTED
),
SwipeDirection.BOTTOM_LEFT to KeyC(
display = KeyDisplay.TextDisplay("{"),
action = KeyAction.CommitText("{"),
display = KeyDisplay.TextDisplay("["),
action = KeyAction.CommitText("["),
color = ColorVariant.MUTED
),
SwipeDirection.BOTTOM_RIGHT to KeyC(
Expand Down Expand Up @@ -568,8 +568,8 @@ val THUMBKEY_EN_V4_PROGRAMMER_SHIFTED = KeyboardC(
color = ColorVariant.MUTED
),
SwipeDirection.TOP_LEFT to KeyC(
display = KeyDisplay.TextDisplay("["),
action = KeyAction.CommitText("["),
display = KeyDisplay.TextDisplay("{"),
action = KeyAction.CommitText("{"),
color = ColorVariant.MUTED
),
SwipeDirection.LEFT to KeyC(
Expand All @@ -579,8 +579,8 @@ val THUMBKEY_EN_V4_PROGRAMMER_SHIFTED = KeyboardC(
size = FontSizeVariant.SMALLEST
),
SwipeDirection.BOTTOM_LEFT to KeyC(
display = KeyDisplay.TextDisplay("{"),
action = KeyAction.CommitText("{"),
display = KeyDisplay.TextDisplay("["),
action = KeyAction.CommitText("["),
color = ColorVariant.MUTED
),
SwipeDirection.BOTTOM_RIGHT to KeyC(
Expand Down

0 comments on commit 8e5f0e4

Please sign in to comment.