From 92b92dd78f5488981244d353f2d500ad9d82fc49 Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 12 Mar 2013 01:07:06 +0900 Subject: Add mechanical locking switch support for CapsLock --- common/keycode.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/keycode.h') diff --git a/common/keycode.h b/common/keycode.h index 364679994..aea630846 100644 --- a/common/keycode.h +++ b/common/keycode.h @@ -81,6 +81,7 @@ along with this program. If not, see . #define KC_APP KC_APPLICATION #define KC_NUHS KC_NONUS_HASH #define KC_NUBS KC_NONUS_BSLASH +#define KC_LCAP KC_LOCKING_CAPS #define KC_ERAS KC_ALT_ERASE, #define KC_CLR KC_CLEAR /* Japanese specific */ -- cgit v1.2.3-24-g4f1b