pub type Keys = [bool; 16];
This type is how keyboard input is presented to the Interpreter. Each of the 16 keys can either be down (true) or up (false).
true
false