aboutsummaryrefslogtreecommitdiff
path: root/keyboard/gh60/config.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-07-23 10:56:03 +0900
committertmk <nobody@nowhere>2013-07-23 10:56:03 +0900
commit2721022078c30dd00c1063e4a2f8199b2b53e0d5 (patch)
tree421f2d6bdaad59fb338b1dbaffe38b5468aa66bb /keyboard/gh60/config.h
parent5b425731c5b662d107ba0f970a7ae7c7fe97d01b (diff)
downloadqmk_firmware-2721022078c30dd00c1063e4a2f8199b2b53e0d5.tar.gz
qmk_firmware-2721022078c30dd00c1063e4a2f8199b2b53e0d5.zip
Add mechanical locking switch support for NumLock and ScrollLock
Diffstat (limited to 'keyboard/gh60/config.h')
-rw-r--r--keyboard/gh60/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboard/gh60/config.h b/keyboard/gh60/config.h
index 567b126b6..e9c0f4366 100644
--- a/keyboard/gh60/config.h
+++ b/keyboard/gh60/config.h
@@ -37,10 +37,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
37/* Set 0 if debouncing isn't needed */ 37/* Set 0 if debouncing isn't needed */
38#define DEBOUNCE 5 38#define DEBOUNCE 5
39 39
40/* Mechanical locking CapsLock support. Use KC_LCAP instead of KC_CAPS in keymap */ 40/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
41#define CAPSLOCK_LOCKING_ENABLE 41#define LOCKING_SUPPORT_ENABLE
42/* Locking CapsLock resynchronize hack */ 42/* Locking resynchronize hack */
43#define CAPSLOCK_LOCKING_RESYNC_ENABLE 43#define LOCKING_RESYNC_ENABLE
44 44
45/* key combination for command */ 45/* key combination for command */
46#define IS_COMMAND() ( \ 46#define IS_COMMAND() ( \