From e46a7423ee3bfc4fe8d0197527b463308e3c6f2d Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Mon, 5 Dec 2022 10:36:20 +0100 Subject: [PATCH] Fix keyboard --- ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui.c b/ui.c index 2a83bd5..ca5271a 100644 --- a/ui.c +++ b/ui.c @@ -1166,7 +1166,7 @@ static const keypads_t keypads_plusmin_unit[] = { // 1 2 3 - // 0 . < x static const keypads_t keypads_plusmin[] = { - { 14 , NUM_KEYBOARD }, // size and position + { 16 , NUM_KEYBOARD }, // size and position { 0x13, KP_PERIOD }, { 0x03, 0 }, { 0x02, 1 },