From 8e99fbc884d8599a18327f1bae82433fe11e9b7a Mon Sep 17 00:00:00 2001 From: Brian Choromanski Date: Wed, 28 Feb 2018 16:43:15 -0500 Subject: Fixed typo of 'confid.h' to 'config.h' (#2448) * Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs --- docs/feature_mouse_keys.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/feature_mouse_keys.md') diff --git a/docs/feature_mouse_keys.md b/docs/feature_mouse_keys.md index c4239b4da..9e7df929e 100644 --- a/docs/feature_mouse_keys.md +++ b/docs/feature_mouse_keys.md @@ -5,17 +5,17 @@ Mousekeys is a feature that allows you to emulate a mouse using your keyboard. Y ## Adding Mousekeys to a Keymap -There are two steps to adding Mousekeys support to your keyboard. You must enable support in the Makefile and you must map mouse actions to keys on your keyboard. +There are two steps to adding Mousekeys support to your keyboard. You must enable support in the `rules.mk` file and you must map mouse actions to keys on your keyboard. -### Adding Mousekeys Support in the `Makefile` +### Adding Mousekeys Support in the `rules.mk` -To add support for Mousekeys you simply need to add a single line to your keymap's `Makefile`: +To add support for Mousekeys you simply need to add a single line to your keymap's `rules.mk`: ``` MOUSEKEY_ENABLE = yes ``` -You can see an example here: https://github.com/qmk/qmk_firmware/blob/master/keyboards/clueboard/keymaps/mouse_keys/Makefile +You can see an example here: https://github.com/qmk/qmk_firmware/blob/master/keyboards/clueboard/66/keymaps/mouse_keys/rules.mk ### Mapping Mouse Actions to Keyboard Keys -- cgit v1.2.3-24-g4f1b