removed comment

static variables are initialized to 0 by the compiler, per the standard
partial-rewrite
Ben Blazak 2014-01-04 21:57:40 -08:00
parent d607d7de3e
commit 24884d470a
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ void kb__layout__exec_key(bool pressed, uint8_t row, uint8_t column) {
// so we can release it on the same layer
// - if the release is transparent, search through the layer stack for a
// non-transparent release in the same position, as normal
// - don't need to initialize, since we'll only read from positions that
// we've previously set
static uint8_t pressed_layer[OPT__KB__ROWS][OPT__KB__COLUMNS];
void (*function)(void);