From b703de7b298f8463bf4654fa3730ba1958a7fa9e Mon Sep 17 00:00:00 2001 From: tmk Date: Thu, 1 Sep 2011 11:21:35 +0900 Subject: Added locking capslock key support and default now. --- adb_usb/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'adb_usb/config.h') diff --git a/adb_usb/config.h b/adb_usb/config.h index ef1076c31..27f31ca9e 100644 --- a/adb_usb/config.h +++ b/adb_usb/config.h @@ -31,6 +31,9 @@ along with this program. If not, see . #define MATRIX_ROWS 16 // keycode bit: 3-0 #define MATRIX_COLS 8 // keycode bit: 6-4 +/* Locking Caps Lock support */ +#define MATRIX_HAS_LOCKING_CAPS + /* key combination for command */ #define IS_COMMAND() ( \ -- cgit v1.2.3