summaryrefslogtreecommitdiff
path: root/board/taniks/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/taniks/keyboard.c')
-rw-r--r--board/taniks/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/taniks/keyboard.c b/board/taniks/keyboard.c
index eebb330501..dd47bb3752 100644
--- a/board/taniks/keyboard.c
+++ b/board/taniks/keyboard.c
@@ -66,7 +66,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_40_LEDS;
+enum ec_rgbkbd_type rgbkbd_type = EC_RGBKBD_TYPE_FOUR_ZONES_40_LEDS;
#define LED(x, y) RGBKBD_COORD((x), (y))
#define DELM RGBKBD_DELM