aboutsummaryrefslogtreecommitdiff
path: root/converter/ps2_usb/matrix.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-11-24 13:50:33 +0900
committertmk <nobody@nowhere>2014-11-24 13:50:33 +0900
commit363950982a291c3bfa03ac6362061b1d37dc06b0 (patch)
treec46fc53fe00137ced3c8edd3d0766ee844f77516 /converter/ps2_usb/matrix.c
parenteb90ed6238426db9367e294abfaefb5de07564f5 (diff)
parent60096e11c77980ca6b54674c5b68248e8aa15d8d (diff)
downloadqmk_firmware-363950982a291c3bfa03ac6362061b1d37dc06b0.tar.gz
qmk_firmware-363950982a291c3bfa03ac6362061b1d37dc06b0.zip
Merge branch 'rn42' into merge_rn42
Conflicts: .gitignore common.mk common/debug_config.h common/print.h
Diffstat (limited to 'converter/ps2_usb/matrix.c')
-rw-r--r--converter/ps2_usb/matrix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/converter/ps2_usb/matrix.c b/converter/ps2_usb/matrix.c
index 45344c0f7..45cf2a4a9 100644
--- a/converter/ps2_usb/matrix.c
+++ b/converter/ps2_usb/matrix.c
@@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
18#include <stdint.h> 18#include <stdint.h>
19#include <stdbool.h> 19#include <stdbool.h>
20#include <avr/io.h>
21#include <util/delay.h>
22#include "action.h" 20#include "action.h"
23#include "print.h" 21#include "print.h"
24#include "util.h" 22#include "util.h"
@@ -189,6 +187,7 @@ uint8_t matrix_scan(void)
189 } 187 }
190 188
191 uint8_t code = ps2_host_recv(); 189 uint8_t code = ps2_host_recv();
190 if (code) xprintf("%i\r\n", code);
192 if (!ps2_error) { 191 if (!ps2_error) {
193 switch (state) { 192 switch (state) {
194 case INIT: 193 case INIT: