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/config.h | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'converter/m0110_usb/config.h') diff --git a/converter/m0110_usb/config.h b/converter/m0110_usb/config.h index d43f283838..f7a4b9bc97 100644 --- a/converter/m0110_usb/config.h +++ b/converter/m0110_usb/config.h @@ -34,8 +34,16 @@ along with this program. If not, see . #define MATRIX_ROWS 14 #define MATRIX_COLS 8 -/* Locking Caps Lock support */ -//#define MATRIX_HAS_LOCKING_CAPS + +/* legacy keymap support */ +#define USE_LEGACY_KEYMAP + + +/* Mechanical locking CapsLock support. Use KC_LCAP instead of KC_CAPS in keymap */ +#define CAPSLOCK_LOCKING_ENABLE +/* Locking CapsLock resynchronize hack */ +#define CAPSLOCK_LOCKING_RESYNC_ENABLE + /* magic key */ #define IS_COMMAND() ( \ @@ -44,12 +52,6 @@ along with this program. If not, see . ) -/* mouse keys */ -#ifdef MOUSEKEY_ENABLE -# define MOUSEKEY_DELAY_TIME 192 -#endif - - /* ports */ #define M0110_CLOCK_PORT PORTF #define M0110_CLOCK_PIN PINF -- cgit v1.2.3