diff options
author | tmk <nobody@nowhere> | 2013-03-12 01:07:06 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-12 10:43:02 +0900 |
commit | 92b92dd78f5488981244d353f2d500ad9d82fc49 (patch) | |
tree | d0d1a061fd8dd7e8ff07ce63f8493618c30f9031 /common/keycode.h | |
parent | 8b9bd51d3a13959a4d59fdbc819a033cd8b0a3ce (diff) | |
download | firmware-92b92dd78f5488981244d353f2d500ad9d82fc49.tar.gz firmware-92b92dd78f5488981244d353f2d500ad9d82fc49.tar.bz2 firmware-92b92dd78f5488981244d353f2d500ad9d82fc49.zip |
Add mechanical locking switch support for CapsLock
Diffstat (limited to 'common/keycode.h')
-rw-r--r-- | common/keycode.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. #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 */ |