X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fm0110_usb%2Fmatrix.c;h=2189c0b56fe492ab0b58a557aa084589132077a9;hb=2626a3226023a9d0bb7add6dadae46205990c6d2;hp=c71a4874c264bcf9de70a7c7770207cc7298e9f5;hpb=72dc413a19562b6a67509d4fd6a1cb9c07227d3d;p=max%2Ftmk_keyboard.git diff --git a/converter/m0110_usb/matrix.c b/converter/m0110_usb/matrix.c index c71a4874..2189c0b5 100644 --- a/converter/m0110_usb/matrix.c +++ b/converter/m0110_usb/matrix.c @@ -74,31 +74,11 @@ uint8_t matrix_scan(void) is_modified = false; key = m0110_recv_key(); -#ifdef MATRIX_HAS_LOCKING_CAPS - // Send Caps key up event - if (matrix_is_on(ROW(CAPS), COL(CAPS))) { - is_modified = true; - register_key(CAPS_BREAK); - } -#endif if (key == M0110_NULL) { return 0; } else if (key == M0110_ERROR) { return 0; } else { -#ifdef MATRIX_HAS_LOCKING_CAPS - if (host_keyboard_leds() & (1<