From 2b33ecad57f80d9235665ecfbe477c098494468b Mon Sep 17 00:00:00 2001 From: tmk Date: Fri, 12 Apr 2013 21:52:34 +0900 Subject: Add new build options on m0110_usb --- converter/m0110_usb/matrix.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'converter/m0110_usb/matrix.c') diff --git a/converter/m0110_usb/matrix.c b/converter/m0110_usb/matrix.c index c71a4874c..2189c0b56 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<