Bump up height of keyboard

This commit is contained in:
Miles Alan 2020-03-07 10:32:57 -06:00
parent fc267005ce
commit fbdfb4937a

View file

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