/* ---------------------------------------------------------------------------- * ergoDOX : controller specific exports * ---------------------------------------------------------------------------- * Copyright (c) 2012 Ben Blazak * Released under The MIT License (MIT) (see "license.md") * Project located at * ------------------------------------------------------------------------- */ #pragma once #include #include #include "./controller/mcp23018.h" #include "./controller/teensy-2-0.h" // -------------------------------------------------------------------- uint8_t kb_init(void); uint8_t kb_update_matrix(bool matrix[KB_ROWS][KB_COLUMNS]);