remove some vestigal code

pull/18/head
Jesse Vincent 10 years ago
parent c7568807ec
commit 3b2c600e3a

@ -45,14 +45,6 @@ void setup_matrix()
}
}
}
void reset_matrix()
{
for (byte col = 0; col < COLS; col++) {
for (byte row = 0; row < ROWS; row++) {
}
}
}
void set_keymap(Key keymapEntry, byte matrixStateEntry) {

Loading…
Cancel
Save