summaryrefslogtreecommitdiffstats
path: root/tmk_core
diff options
context:
space:
mode:
authorJeremy Bernhardt <jeremythegeek@gmail.com>2019-01-18 02:23:01 +0100
committerDrashna Jaelre <drashna@live.com>2019-01-18 02:23:01 +0100
commit77399bfe515f4dde5cb6c08dbc466ac1aa77cda3 (patch)
tree1f3e650da4abcb3bd61a2eb4f0ecf5a894e26e38 /tmk_core
parentd53432393bc409db0f01a1b668bf3f5fc6bebb4f (diff)
downloadqmk_firmware-77399bfe515f4dde5cb6c08dbc466ac1aa77cda3.tar.gz
qmk_firmware-77399bfe515f4dde5cb6c08dbc466ac1aa77cda3.tar.xz
MacOS Brightness Alias (#4836)
* Added aliases for OSX brightness * Updated docs for alises * Moved aliases, added docs to Brightness section * Update docs/keycodes.md Co-Authored-By: germ <jeremythegeek@gmail.com> * Update docs/keycodes.md Co-Authored-By: germ <jeremythegeek@gmail.com> * Update keycode.h * Update keycode.h * Update keycodes.md * Update docs/keycodes.md Co-Authored-By: germ <jeremythegeek@gmail.com>
Diffstat (limited to 'tmk_core')
-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/>.
#define KC_BRIU KC_BRIGHTNESS_UP
#define KC_BRID KC_BRIGHTNESS_DOWN
+/* System Specific */
+#define KC_BRMU KC_SCROLLLOCK
+#define KC_BRMD KC_PAUSE
+
/* Mouse Keys */
#define KC_MS_U KC_MS_UP
#define KC_MS_D KC_MS_DOWN