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) | |
| download | qmk_firmware-c4ab832be0f110a127b20e8df2b5223bceb8dcd1.tar.gz qmk_firmware-c4ab832be0f110a127b20e8df2b5223bceb8dcd1.zip | |
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 bd0a19c33..38d88eecc 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/>. | |||
| 39 | 39 | ||
| 40 | /* Mechanical locking CapsLock support. Use KC_LCAP instead of KC_CAPS in keymap */ | 40 | /* Mechanical locking CapsLock support. Use KC_LCAP instead of KC_CAPS in keymap */ |
| 41 | #define CAPSLOCK_LOCKING_ENABLE | 41 | #define CAPSLOCK_LOCKING_ENABLE |
| 42 | /* Locking CapsLock resynchronize hack, which won't work on Linux */ | 42 | /* Locking CapsLock resynchronize hack */ |
| 43 | #define CAPSLOCK_LOCKING_RESYNC_ENABLE | 43 | #define CAPSLOCK_LOCKING_RESYNC_ENABLE |
| 44 | 44 | ||
| 45 | /* key combination for command */ | 45 | /* key combination for command */ |
