aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common')
-rw-r--r--tmk_core/common/keycode.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/common/keycode.h b/tmk_core/common/keycode.h
index ac3edbd21..3e312b829 100644
--- a/tmk_core/common/keycode.h
+++ b/tmk_core/common/keycode.h
@@ -174,6 +174,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
174#define KC_BRIU KC_BRIGHTNESS_UP 174#define KC_BRIU KC_BRIGHTNESS_UP
175#define KC_BRID KC_BRIGHTNESS_DOWN 175#define KC_BRID KC_BRIGHTNESS_DOWN
176 176
177/* System Specific */
178#define KC_BRMU KC_SCROLLLOCK
179#define KC_BRMD KC_PAUSE
180
177/* Mouse Keys */ 181/* Mouse Keys */
178#define KC_MS_U KC_MS_UP 182#define KC_MS_U KC_MS_UP
179#define KC_MS_D KC_MS_DOWN 183#define KC_MS_D KC_MS_DOWN