summaryrefslogtreecommitdiff
path: root/board/osiris/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/osiris/keyboard.c')
-rw-r--r--board/osiris/keyboard.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/board/osiris/keyboard.c b/board/osiris/keyboard.c
index 2c8a32c24f..5aaaae8a02 100644
--- a/board/osiris/keyboard.c
+++ b/board/osiris/keyboard.c
@@ -80,8 +80,11 @@ const uint8_t rgbkbd_count = ARRAY_SIZE(rgbkbds);
const uint8_t rgbkbd_hsize = RGB_GRID0_COL;
const uint8_t rgbkbd_vsize = RGB_GRID0_ROW;
-#define LED(x, y) RGBKBD_COORD((x), (y))
-#define DELM RGBKBD_DELM
+const enum ec_rgbkbd_type rgbkbd_type = EC_RGBKBD_TYPE_FOUR_ZONES_12_LEDS;
+
+#define LED(x, y) RGBKBD_COORD((x), (y))
+#define DELM RGBKBD_DELM
+
const uint8_t rgbkbd_map[] = {
DELM, LED(0, 0), DELM, LED(1, 0), DELM, LED(2, 0), DELM, LED(3, 0),
DELM, LED(4, 0), DELM, LED(5, 0), DELM, LED(6, 0), DELM, LED(7, 0),