From e37039c23e90a8fc37051bde4ed63a5a0d16c68e Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Sat, 7 Jan 2023 21:35:35 +0800 Subject: [PATCH] lotus: Add two missing columns Signed-off-by: Daniel Schaefer --- keyboards/lotus/matrix.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/keyboards/lotus/matrix.c b/keyboards/lotus/matrix.c index 1fa4d9303a..a907c44d55 100644 --- a/keyboards/lotus/matrix.c +++ b/keyboards/lotus/matrix.c @@ -271,6 +271,12 @@ void drive_col(int col, bool high) { case 13: gpio = GP16; break; + case 14: + gpio = GP23; + break; + case 15: + gpio = GP22; + break; default: // Not supposed to happen assert(false);