diff options
Diffstat (limited to 'converter/adb_usb/matrix.c')
| -rw-r--r-- | converter/adb_usb/matrix.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/converter/adb_usb/matrix.c b/converter/adb_usb/matrix.c index 9b26a2a187..a616d10e40 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; | 
