Skip to content

Commit

Permalink
double symbols prototype (#608)
Browse files Browse the repository at this point in the history
* double symbols prototype

* fitting the numeric layout
  • Loading branch information
alensiljak committed Jan 7, 2024
1 parent ea18562 commit 505f28f
Show file tree
Hide file tree
Showing 4 changed files with 2,377 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ val SPACEBAR_KEY_ITEM =
widthMultiplier = 3,
)
val SPACEBAR_SKINNY_KEY_ITEM = SPACEBAR_KEY_ITEM.copy(widthMultiplier = 1)
val SPACEBAR_DOUBLE_KEY_ITEM = SPACEBAR_KEY_ITEM.copy(widthMultiplier = 2)

val SPACEBAR_PROGRAMMER_KEY_ITEM =
KeyItemC(
Expand Down
Loading

0 comments on commit 505f28f

Please sign in to comment.