/* ---------------------------------------------------------------------------- * Copyright (c) 2012 Ben Blazak * Released under The MIT License (MIT) (see "license.md") at * * ------------------------------------------------------------------------- */ #define KB_LAYERS 1 #define KB_ROWS 12 // must match real life #define KB_COLUMNS 7 // must match real life void controller_init(); void kb_init(); // TODO