what we called matrix_state really only dealt with a the state of a single keyswitch

pull/18/head
Jesse Vincent 9 years ago
parent 79dfa290c7
commit 1d0b628470

@ -2,7 +2,7 @@
#include <Arduino.h>
#include "key_defs.h"
#include "matrix_state.h"
#include "keyswitch_state.h"
#include "MouseWrapper.h"
#include "LEDControl.h"
#include "Storage.h"

@ -1,4 +1,4 @@
#include "matrix_state.h"
#include "keyswitch_state.h"
// switch debouncing and status
Loading…
Cancel
Save