boards: shields: seeed_xiao_expansion_board: fix missing include

Was getting the error "parse error: expected number or parenthesized
expression" when trying to compile with the
-DSHIELD=seeed_xiao_expansion_board flag. It looks like INPUT_KEY_0
was missing the necessary include file so I added it in.

Signed-off-by: Graham Harrison <graham.harrison@axcendcorp.com>
This commit is contained in:
Graham Harrison 2024-04-02 15:55:10 -06:00 committed by Johan Hedberg
parent 7fc6ef28d3
commit 080d31dede

View file

@ -3,6 +3,8 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/dt-bindings/input/input-event-codes.h>
/ {
chosen {
zephyr,display = &ssd1306_128x64;