Bump up height of keyboard

master
Miles Alan 4 years ago
parent fc267005ce
commit fbdfb4937a
  1. 2
      svkbd.c

@ -468,7 +468,7 @@ setup(void) {
if(!ww) if(!ww)
ww = sw; ww = sw;
if(!wh) if(!wh)
wh = sh * rows / 32; wh = sh * rows / 16;
if(!wx) if(!wx)
wx = 0; wx = 0;

Loading…
Cancel
Save