diff options
author | tmk <nobody@nowhere> | 2013-03-12 12:10:12 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-03-12 12:10:12 +0900 |
commit | c4ab832be0f110a127b20e8df2b5223bceb8dcd1 (patch) | |
tree | 62c7f90ab55af319f7ce62c3cc7fd5cdab463280 /keyboard/gh60/config.h | |
parent | c0137b4b32f10d6a5b5a405ccd284b4194fe2497 (diff) |
Fix Locking CapsLock support in ADB converter
Diffstat (limited to 'keyboard/gh60/config.h')
-rw-r--r-- | keyboard/gh60/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/gh60/config.h b/keyboard/gh60/config.h index bd0a19c33c..38d88eecc4 100644 --- a/keyboard/gh60/config.h +++ b/keyboard/gh60/config.h @@ -39,7 +39,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Mechanical locking CapsLock support. Use KC_LCAP instead of KC_CAPS in keymap */ #define CAPSLOCK_LOCKING_ENABLE -/* Locking CapsLock resynchronize hack, which won't work on Linux */ +/* Locking CapsLock resynchronize hack */ #define CAPSLOCK_LOCKING_RESYNC_ENABLE /* key combination for command */ |