Skip to content

Commit

Permalink
set preferred scale default to 1
Browse files Browse the repository at this point in the history
Ref: #43
  • Loading branch information
proycon committed Sep 22, 2023
1 parent ab56a27 commit aaff22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ main(int argc, char **argv)
keyboard.scheme = scheme;
keyboard.layer_index = 0;
keyboard.scheme1 = scheme1;
keyboard.preferred_scale = 0;
keyboard.preferred_scale = 1;
keyboard.preferred_fractional_scale = 0;

uint8_t alpha = 0;
Expand Down

0 comments on commit aaff22a

Please sign in to comment.