From 9e39b222d0105b55c84a8301958d69209a3319fb Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 9 Apr 2013 14:17:31 +0900 Subject: Add new build options to adb_usb --- converter/adb_usb/matrix.c | 1 - 1 file changed, 1 deletion(-) (limited to 'converter/adb_usb/matrix.c') diff --git a/converter/adb_usb/matrix.c b/converter/adb_usb/matrix.c index 9b26a2a18..a616d10e4 100644 --- a/converter/adb_usb/matrix.c +++ b/converter/adb_usb/matrix.c @@ -71,7 +71,6 @@ void matrix_init(void) // initialize matrix state: all keys off for (uint8_t i=0; i < MATRIX_ROWS; i++) matrix[i] = 0x00; - print_enable = true; debug_enable = true; debug_matrix = true; debug_keyboard = true; -- cgit v1.2.3