summaryrefslogtreecommitdiff
path: root/converter/m0110_usb/matrix.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-12-03 15:08:23 +0900
committertmk <nobody@nowhere>2012-12-05 17:53:41 +0900
commit07b6c1a58c8ccfd6e5d5bc57e34f6c44c24841a8 (patch)
treeb760577c7afd9961d9ad22536cb5d508ff981e3f /converter/m0110_usb/matrix.c
parent07dff3425ad849d4c50e437295f3ff6acce6d95e (diff)
Fix debug pirnt and magic key.(M0110)
Diffstat (limited to 'converter/m0110_usb/matrix.c')
-rw-r--r--converter/m0110_usb/matrix.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/converter/m0110_usb/matrix.c b/converter/m0110_usb/matrix.c
index 1ca6894c44..c71a4874c2 100644
--- a/converter/m0110_usb/matrix.c
+++ b/converter/m0110_usb/matrix.c
@@ -60,13 +60,6 @@ uint8_t matrix_cols(void)
void matrix_init(void)
{
- print_enable = true;
- debug_enable = true;
- debug_matrix = false;
- debug_keyboard = false;
- debug_mouse = false;
- print("debug enabled.\n");
-
m0110_init();
// initialize matrix state: all keys off
for (uint8_t i=0; i < MATRIX_ROWS; i++) _matrix0[i] = 0x00;