import { scanKeyboard } from "./keyboard" scanKeyboard((keys) => { console.log(keys) })