/* ---------------------------------------------------------------------------- * ergoDOX: keyboard matrix specific code * ---------------------------------------------------------------------------- * Copyright (c) 2012 Ben Blazak * Released under The MIT License (MIT) (see "license.md") * Project located at * ------------------------------------------------------------------------- */ #include "lib/data-types.h" #include "matrix.h" bool kb_is_pressed[KB_ROWS][KB_COLUMNS] = {{false}};