summaryrefslogtreecommitdiff
path: root/board/taniks/ec.tasklist
diff options
context:
space:
mode:
Diffstat (limited to 'board/taniks/ec.tasklist')
-rw-r--r--board/taniks/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/taniks/ec.tasklist b/board/taniks/ec.tasklist
index 6d995d6b44..12beb39a23 100644
--- a/board/taniks/ec.tasklist
+++ b/board/taniks/ec.tasklist
@@ -12,6 +12,7 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, HOOKS_TASK_STACK_SIZE) \
+ TASK_ALWAYS(RGBKBD, rgbkbd_task, NULL, BASEBOARD_RGBKBD_TASK_STACK_SIZE) \
TASK_ALWAYS(CHG_RAMP, chg_ramp_task, NULL, BASEBOARD_CHG_RAMP_TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P0, usb_charger_task, 0, TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P1, usb_charger_task, 0, TASK_STACK_SIZE) \