diff options
Diffstat (limited to 'board/magolor/board.h')
-rw-r--r-- | board/magolor/board.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/magolor/board.h b/board/magolor/board.h index f2bee3c30a..440f1422cf 100644 --- a/board/magolor/board.h +++ b/board/magolor/board.h @@ -51,6 +51,10 @@ #define GPIO_USB_C1_INT_ODL GPIO_SUB_USB_C1_INT_ODL /* Keyboard */ +#ifdef BOARD_MAGOLOR +#define CONFIG_KEYBOARD_BOARD_CONFIG +#define CONFIG_KEYBOARD_KEYPAD +#endif #define CONFIG_PWM_KBLIGHT /* LED defines */ |