On Mon, 18 Oct 2021 12:13:19 -0600 Simon Glass <sjg at chromium.org> wrote: > --- /dev/null > +++ b/board/sandbox/sandbox.env > @@ -0,0 +1,25 @@ > +stdin=serial > +#ifdef CONFIG_SANDBOX_SDL > +stdin+=,cros-ec-keyb,usbkbd this was CONFIG_KEYBOARD and now is CONFIG_SANDBOX_SDL, is this okay?