summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParth Malkan <parthmalkan@google.com>2022-07-28 15:47:16 +0000
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-07-28 17:11:17 +0000
commita211a65b42bea72228e9b37e893f50c642ffd04e (patch)
treec41e5faf6396e45f158bfd66b69cc5cb58afd514
parentf9820e4c5e669de5ec0fffc64ff6003d50a5c542 (diff)
downloadchrome-ec-a211a65b42bea72228e9b37e893f50c642ffd04e.tar.gz
mithrax: Update RGBKBD type to 4-zones-15-LEDs
RGBKBD type variable is set to 4-zones-12-LEDs, update it to the correct value of 4-zones-15-LEDs BUG=b:239653506 BRANCH=none TEST=make BOARD=mithrax -j Signed-off-by: Parth Malkan <parthmalkan@google.com> Change-Id: I35369d3528b38797310cc4407182da8144771c71 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3792303 Commit-Queue: YH Lin <yueherngl@chromium.org> Reviewed-by: YH Lin <yueherngl@chromium.org>
-rw-r--r--board/mithrax/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mithrax/keyboard.c b/board/mithrax/keyboard.c
index 58cba87e62..7775c72ea3 100644
--- a/board/mithrax/keyboard.c
+++ b/board/mithrax/keyboard.c
@@ -61,7 +61,7 @@ const uint8_t rgbkbd_count = ARRAY_SIZE(rgbkbds);
const uint8_t rgbkbd_hsize = RGB_GRID0_COL;
const uint8_t rgbkbd_vsize = RGB_GRID0_ROW;
-const enum ec_rgbkbd_type rgbkbd_type = EC_RGBKBD_TYPE_FOUR_ZONES_12_LEDS;
+const enum ec_rgbkbd_type rgbkbd_type = EC_RGBKBD_TYPE_FOUR_ZONES_15_LEDS;
#define LED(x, y) RGBKBD_COORD((x), (y))
#define DELM RGBKBD_DELM