diff options
author | tmk <nobody@nowhere> | 2011-09-01 11:21:35 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-09-01 11:21:35 +0900 |
commit | b703de7b298f8463bf4654fa3730ba1958a7fa9e (patch) | |
tree | b2c0986a895178140aac8b7030417f80e62c9854 /adb_usb/config.h | |
parent | 0dde25e81cc06ed6331c030839b7048c69fc9c84 (diff) |
Added locking capslock key support and default now.
Diffstat (limited to 'adb_usb/config.h')
-rw-r--r-- | adb_usb/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/adb_usb/config.h b/adb_usb/config.h index ef1076c319..27f31ca9e9 100644 --- a/adb_usb/config.h +++ b/adb_usb/config.h @@ -31,6 +31,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #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() ( \ |