diff options
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() ( \ |