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