summaryrefslogtreecommitdiffstats
path: root/converter/adb_usb/matrix.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-04-09 07:31:27 +0200
committertmk <nobody@nowhere>2013-04-09 07:31:27 +0200
commit3fa50565af7ad72e895183c5caeb51591c69a45e (patch)
tree98721542ee1f897f489400b79ffa558a15e0a503 /converter/adb_usb/matrix.c
parentde7b46cd7db2928d342a0c3e06f03c19e96f984b (diff)
parent9e39b222d0105b55c84a8301958d69209a3319fb (diff)
downloadqmk_firmware-3fa50565af7ad72e895183c5caeb51591c69a45e.tar.gz
qmk_firmware-3fa50565af7ad72e895183c5caeb51591c69a45e.tar.xz
Merge branch 'adb_fix'
Diffstat (limited to 'converter/adb_usb/matrix.c')
-rw-r--r--converter/adb_usb/matrix.c1
1 files changed, 0 insertions, 1 deletions
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;